Shades of Rio Grande #BDCC16
Tints of Rio Grande #BDCC16
RGB
CMYK
RGB Variations
Color information
#BDCC16 (or 0xBDCC16) is known color: Rio Grande. HEX triplet: BD, CC and 16. RGB value is (189,204,22). Sum of RGB (Red+Green+Blue) = 189+204+22=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC16 is #4233E9. Grayscale: #B3B3B3. Windows color (decimal): -4338666 or 1494205. OLE color: 1494205.
HSL color Cylindrical-coordinate representation of color #BDCC16: hue angle of 64.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDCC16 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.2 |
| HSL | 64.95º | 0.81% | 0.44% | - |
| HSV(B) | 64.95º | 0.89% | 0.8% | - |
| XYZ | 42.72 | 54.06 | 8.94 | - |
| YUV | 178.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 22 | 0.07 | 0 | 0.89 | 0.2 | 64.95 | 0.81 | 0.44 |
| Hex | BD | CC | 16 | 7 | 0 | 59 | 14 | 41 | 51 | 2C |
| Octal | 275 | 314 | 26 | 7 | 0 | 131 | 24 | 101 | 121 | 54 |
| Binary | 10111101 | 11001100 | 10110 | 111 | 0 | 1011001 | 10100 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BDCC16
Complementary color
Monochromatic Colors of #BDCC16
Black with #BDCC16
Text Example
Text Example
White with #BDCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC16; }
p { color: rgb(189,204,22); }
H1.HeaderClassName
{
color: #BDCC16;
}
.AnyTagClassName
{
color: #BDCC16;
}
</style>
background-color css
<style>
a { background-color: #BDCC16; }
a { background-color: rgb(189,204,22); }
div.DivClassName
{
background-color: #BDCC16;
}
.BgClassName
{
background-color: #BDCC16;
}
</style>
border-color css
<style>
span { border-color: #BDCC16; }
span { border-color: rgb(189,204,22); }
td.TdClassName
{
border-color: #BDCC16;
}
.TagClassName
{
border-color: #BDCC16;
}
</style>