Shades of Rio Grande #BDD215
Tints of Rio Grande #BDD215
RGB
CMYK
RGB Variations
Color information
#BDD215 (or 0xBDD215) is known color: Rio Grande. HEX triplet: BD, D2 and 15. RGB value is (189,210,21). Sum of RGB (Red+Green+Blue) = 189+210+21=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD215 is #422DEA. Grayscale: #B6B6B6. Windows color (decimal): -4337131 or 1430205. OLE color: 1430205.
HSL color Cylindrical-coordinate representation of color #BDD215: hue angle of 66.67º degrees, saturation: 0.82, 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 #BDD215 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.18 |
| HSL | 66.67º | 0.82% | 0.45% | - |
| HSV(B) | 66.67º | 0.9% | 0.82% | - |
| XYZ | 44.17 | 56.97 | 9.38 | - |
| YUV | 182.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 21 | 0.10 | 0 | 0.90 | 0.18 | 66.67 | 0.82 | 0.45 |
| Hex | BD | D2 | 15 | A | 0 | 5A | 12 | 43 | 52 | 2D |
| Octal | 275 | 322 | 25 | 12 | 0 | 132 | 22 | 103 | 122 | 55 |
| Binary | 10111101 | 11010010 | 10101 | 1010 | 0 | 1011010 | 10010 | 1000011 | 1010010 | 101101 |
Color Harmonies of #BDD215
Complementary color
Monochromatic Colors of #BDD215
Black with #BDD215
Text Example
Text Example
White with #BDD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD215; }
p { color: rgb(189,210,21); }
H1.HeaderClassName
{
color: #BDD215;
}
.AnyTagClassName
{
color: #BDD215;
}
</style>
background-color css
<style>
a { background-color: #BDD215; }
a { background-color: rgb(189,210,21); }
div.DivClassName
{
background-color: #BDD215;
}
.BgClassName
{
background-color: #BDD215;
}
</style>
border-color css
<style>
span { border-color: #BDD215; }
span { border-color: rgb(189,210,21); }
td.TdClassName
{
border-color: #BDD215;
}
.TagClassName
{
border-color: #BDD215;
}
</style>