#BDBB28

Color #BDBB28 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BDBB28

Tints of Rio Grande #BDBB28

Color information

#BDBB28 (or 0xBDBB28) is unknown color: approx Rio Grande. HEX triplet: BD, BB and 28. RGB value is (189,187,40). Sum of RGB (Red+Green+Blue) = 189+187+40=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB28 is #4244D7. Grayscale: #ABABAB. Windows color (decimal): -4343000 or 2669501. OLE color: 2669501.

HSL color Cylindrical-coordinate representation of color #BDBB28: hue angle of 59.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDBB28 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18918740-
CMYK00.010.790.26
HSL59.19º65.07%44.9%-
HSV(B)59.19º78.84%74.12%-
XYZ39.1446.518.92-
YUV170.8454.16140.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 40 (16.02% from 255) = 9.62%
R=45.43%
G=44.95%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891874000.010.790.2659.1965.0744.9
HexBDBB28014F1A3b412d
Octal2752735001117327310155
Binary1011110110111011101000011001111110101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB28; }

 p { color: rgb(189,187,40); }

 H1.HeaderClassName
 {
   color: #BDBB28;
 }
 .AnyTagClassName
 {
   color: #BDBB28;
 }
</style>
background-color css

<style>
 a { background-color: #BDBB28; }

 a { background-color: rgb(189,187,40); }

 div.DivClassName
 {
   background-color: #BDBB28;
 }
 .BgClassName
 {
   background-color: #BDBB28;
 }
</style>
border-color css

<style>
 span { border-color: #BDBB28; }

 span { border-color: rgb(189,187,40); }

 td.TdClassName
 {
   border-color: #BDBB28;
 }
 .TagClassName
 {
   border-color: #BDBB28;
 }
</style>