• Using the IIF statement should work for you. The expression for BackgroundColor is the one to use. A value something like the following should work

    =IIF(Fields!Year.Value = Year(Now()), "Green", IIF(Fields!Year.Value = Year(Now()) + 1, "Yellow", "Red"))