Shades of Rio Grande #BDCB11
Tints of Rio Grande #BDCB11
RGB
CMYK
RGB Variations
Color information
#BDCB11 (or 0xBDCB11) is known color: Rio Grande. HEX triplet: BD, CB and 11. RGB value is (189,203,17). Sum of RGB (Red+Green+Blue) = 189+203+17=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB11 is #4234EE. Grayscale: #B2B2B2. Windows color (decimal): -4338927 or 1166269. OLE color: 1166269.
HSL color Cylindrical-coordinate representation of color #BDCB11: hue angle of 64.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCB11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.20 |
| HSL | 64.52º | 0.85% | 0.43% | - |
| HSV(B) | 64.52º | 0.92% | 0.8% | - |
| XYZ | 42.44 | 53.57 | 8.63 | - |
| YUV | 177.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 17 | 0.07 | 0 | 0.92 | 0.20 | 64.52 | 0.85 | 0.43 |
| Hex | BD | CB | 11 | 7 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 275 | 313 | 21 | 7 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111101 | 11001011 | 10001 | 111 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BDCB11
Complementary color
Monochromatic Colors of #BDCB11
Black with #BDCB11
Text Example
Text Example
White with #BDCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB11; }
p { color: rgb(189,203,17); }
H1.HeaderClassName
{
color: #BDCB11;
}
.AnyTagClassName
{
color: #BDCB11;
}
</style>
background-color css
<style>
a { background-color: #BDCB11; }
a { background-color: rgb(189,203,17); }
div.DivClassName
{
background-color: #BDCB11;
}
.BgClassName
{
background-color: #BDCB11;
}
</style>
border-color css
<style>
span { border-color: #BDCB11; }
span { border-color: rgb(189,203,17); }
td.TdClassName
{
border-color: #BDCB11;
}
.TagClassName
{
border-color: #BDCB11;
}
</style>