Shades of Rio Grande #BDBB20
Tints of Rio Grande #BDBB20
RGB
CMYK
RGB Variations
Color information
#BDBB20 (or 0xBDBB20) is known color: Rio Grande. HEX triplet: BD, BB and 20. RGB value is (189,187,32). Sum of RGB (Red+Green+Blue) = 189+187+32=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB20 is #4244DF. Grayscale: #AAAAAA. Windows color (decimal): -4343008 or 2145213. OLE color: 2145213.
HSL color Cylindrical-coordinate representation of color #BDBB20: hue angle of 59.24º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDBB20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.26 |
| HSL | 59.24º | 0.71% | 0.43% | - |
| HSV(B) | 59.24º | 0.83% | 0.74% | - |
| XYZ | 39.02 | 46.46 | 8.28 | - |
| YUV | 169.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 32 | 0 | 0.01 | 0.83 | 0.26 | 59.24 | 0.71 | 0.43 |
| Hex | BD | BB | 20 | 0 | 1 | 53 | 1A | 3B | 47 | 2B |
| Octal | 275 | 273 | 40 | 0 | 1 | 123 | 32 | 73 | 107 | 53 |
| Binary | 10111101 | 10111011 | 100000 | 0 | 1 | 1010011 | 11010 | 111011 | 1000111 | 101011 |
Color Harmonies of #BDBB20
Complementary color
Monochromatic Colors of #BDBB20
Black with #BDBB20
Text Example
Text Example
White with #BDBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB20; }
p { color: rgb(189,187,32); }
H1.HeaderClassName
{
color: #BDBB20;
}
.AnyTagClassName
{
color: #BDBB20;
}
</style>
background-color css
<style>
a { background-color: #BDBB20; }
a { background-color: rgb(189,187,32); }
div.DivClassName
{
background-color: #BDBB20;
}
.BgClassName
{
background-color: #BDBB20;
}
</style>
border-color css
<style>
span { border-color: #BDBB20; }
span { border-color: rgb(189,187,32); }
td.TdClassName
{
border-color: #BDBB20;
}
.TagClassName
{
border-color: #BDBB20;
}
</style>