Shades of Rio Grande #BDD212
Tints of Rio Grande #BDD212
RGB
CMYK
RGB Variations
Color information
#BDD212 (or 0xBDD212) is known color: Rio Grande. HEX triplet: BD, D2 and 12. RGB value is (189,210,18). Sum of RGB (Red+Green+Blue) = 189+210+18=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD212 is #422DED. Grayscale: #B6B6B6. Windows color (decimal): -4337134 or 1233597. OLE color: 1233597.
HSL color Cylindrical-coordinate representation of color #BDD212: hue angle of 66.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD212 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.18 |
| HSL | 66.56º | 0.84% | 0.45% | - |
| HSV(B) | 66.56º | 0.91% | 0.82% | - |
| XYZ | 44.14 | 56.96 | 9.24 | - |
| YUV | 181.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 18 | 0.10 | 0 | 0.91 | 0.18 | 66.56 | 0.84 | 0.45 |
| Hex | BD | D2 | 12 | A | 0 | 5B | 12 | 43 | 54 | 2D |
| Octal | 275 | 322 | 22 | 12 | 0 | 133 | 22 | 103 | 124 | 55 |
| Binary | 10111101 | 11010010 | 10010 | 1010 | 0 | 1011011 | 10010 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BDD212
Complementary color
Monochromatic Colors of #BDD212
Black with #BDD212
Text Example
Text Example
White with #BDD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD212; }
p { color: rgb(189,210,18); }
H1.HeaderClassName
{
color: #BDD212;
}
.AnyTagClassName
{
color: #BDD212;
}
</style>
background-color css
<style>
a { background-color: #BDD212; }
a { background-color: rgb(189,210,18); }
div.DivClassName
{
background-color: #BDD212;
}
.BgClassName
{
background-color: #BDD212;
}
</style>
border-color css
<style>
span { border-color: #BDD212; }
span { border-color: rgb(189,210,18); }
td.TdClassName
{
border-color: #BDD212;
}
.TagClassName
{
border-color: #BDD212;
}
</style>