Shades of Rio Grande #BDCC11
Tints of Rio Grande #BDCC11
RGB
CMYK
RGB Variations
Color information
#BDCC11 (or 0xBDCC11) is known color: Rio Grande. HEX triplet: BD, CC and 11. RGB value is (189,204,17). Sum of RGB (Red+Green+Blue) = 189+204+17=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC11 is #4233EE. Grayscale: #B2B2B2. Windows color (decimal): -4338671 or 1166525. OLE color: 1166525.
HSL color Cylindrical-coordinate representation of color #BDCC11: hue angle of 64.81º 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 #BDCC11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.2 |
| HSL | 64.81º | 0.85% | 0.43% | - |
| HSV(B) | 64.81º | 0.92% | 0.8% | - |
| XYZ | 42.68 | 54.05 | 8.71 | - |
| YUV | 178.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 17 | 0.07 | 0 | 0.92 | 0.2 | 64.81 | 0.85 | 0.43 |
| Hex | BD | CC | 11 | 7 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 275 | 314 | 21 | 7 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111101 | 11001100 | 10001 | 111 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BDCC11
Complementary color
Monochromatic Colors of #BDCC11
Black with #BDCC11
Text Example
Text Example
White with #BDCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC11; }
p { color: rgb(189,204,17); }
H1.HeaderClassName
{
color: #BDCC11;
}
.AnyTagClassName
{
color: #BDCC11;
}
</style>
background-color css
<style>
a { background-color: #BDCC11; }
a { background-color: rgb(189,204,17); }
div.DivClassName
{
background-color: #BDCC11;
}
.BgClassName
{
background-color: #BDCC11;
}
</style>
border-color css
<style>
span { border-color: #BDCC11; }
span { border-color: rgb(189,204,17); }
td.TdClassName
{
border-color: #BDCC11;
}
.TagClassName
{
border-color: #BDCC11;
}
</style>