Shades of Rio Grande #BDD214
Tints of Rio Grande #BDD214
RGB
CMYK
RGB Variations
Color information
#BDD214 (or 0xBDD214) is known color: Rio Grande. HEX triplet: BD, D2 and 14. RGB value is (189,210,20). Sum of RGB (Red+Green+Blue) = 189+210+20=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD214 is #422DEB. Grayscale: #B6B6B6. Windows color (decimal): -4337132 or 1364669. OLE color: 1364669.
HSL color Cylindrical-coordinate representation of color #BDD214: hue angle of 66.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD214 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 20 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.18 |
| HSL | 66.63º | 0.83% | 0.45% | - |
| HSV(B) | 66.63º | 0.9% | 0.82% | - |
| XYZ | 44.16 | 56.96 | 9.33 | - |
| YUV | 182.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 20 | 0.10 | 0 | 0.90 | 0.18 | 66.63 | 0.83 | 0.45 |
| Hex | BD | D2 | 14 | A | 0 | 5A | 12 | 43 | 53 | 2D |
| Octal | 275 | 322 | 24 | 12 | 0 | 132 | 22 | 103 | 123 | 55 |
| Binary | 10111101 | 11010010 | 10100 | 1010 | 0 | 1011010 | 10010 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BDD214
Complementary color
Monochromatic Colors of #BDD214
Black with #BDD214
Text Example
Text Example
White with #BDD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD214; }
p { color: rgb(189,210,20); }
H1.HeaderClassName
{
color: #BDD214;
}
.AnyTagClassName
{
color: #BDD214;
}
</style>
background-color css
<style>
a { background-color: #BDD214; }
a { background-color: rgb(189,210,20); }
div.DivClassName
{
background-color: #BDD214;
}
.BgClassName
{
background-color: #BDD214;
}
</style>
border-color css
<style>
span { border-color: #BDD214; }
span { border-color: rgb(189,210,20); }
td.TdClassName
{
border-color: #BDD214;
}
.TagClassName
{
border-color: #BDD214;
}
</style>