RGB:255, 255, 255 is the color code for WHITE. Since your parent layout background color is also white you won’t see the difference.
Try changing color like
backgroundImg.setBackgroundColor(Color.rgb(100, 100, 50));
Or else change the background color of parent layout.