Shades of Rio Grande #BDCD11
Tints of Rio Grande #BDCD11
RGB
CMYK
RGB Variations
Color information
#BDCD11 (or 0xBDCD11) is known color: Rio Grande. HEX triplet: BD, CD and 11. RGB value is (189,205,17). Sum of RGB (Red+Green+Blue) = 189+205+17=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD11 is #4232EE. Grayscale: #B3B3B3. Windows color (decimal): -4338415 or 1166781. OLE color: 1166781.
HSL color Cylindrical-coordinate representation of color #BDCD11: hue angle of 65.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCD11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.20 |
| HSL | 65.11º | 0.85% | 0.44% | - |
| HSV(B) | 65.11º | 0.92% | 0.8% | - |
| XYZ | 42.92 | 54.52 | 8.79 | - |
| YUV | 178.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 17 | 0.08 | 0 | 0.92 | 0.20 | 65.11 | 0.85 | 0.44 |
| Hex | BD | CD | 11 | 8 | 0 | 5C | 14 | 41 | 55 | 2C |
| Octal | 275 | 315 | 21 | 10 | 0 | 134 | 24 | 101 | 125 | 54 |
| Binary | 10111101 | 11001101 | 10001 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101100 |
Color Harmonies of #BDCD11
Complementary color
Monochromatic Colors of #BDCD11
Black with #BDCD11
Text Example
Text Example
White with #BDCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD11; }
p { color: rgb(189,205,17); }
H1.HeaderClassName
{
color: #BDCD11;
}
.AnyTagClassName
{
color: #BDCD11;
}
</style>
background-color css
<style>
a { background-color: #BDCD11; }
a { background-color: rgb(189,205,17); }
div.DivClassName
{
background-color: #BDCD11;
}
.BgClassName
{
background-color: #BDCD11;
}
</style>
border-color css
<style>
span { border-color: #BDCD11; }
span { border-color: rgb(189,205,17); }
td.TdClassName
{
border-color: #BDCD11;
}
.TagClassName
{
border-color: #BDCD11;
}
</style>