Shades of Rio Grande #B0D215
Tints of Rio Grande #B0D215
RGB
CMYK
RGB Variations
Color information
#B0D215 (or 0xB0D215) is known color: Rio Grande. HEX triplet: B0, D2 and 15. RGB value is (176,210,21). Sum of RGB (Red+Green+Blue) = 176+210+21=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D215 is #4F2DEA. Grayscale: #B3B3B3. Windows color (decimal): -5189099 or 1430192. OLE color: 1430192.
HSL color Cylindrical-coordinate representation of color #B0D215: hue angle of 70.79º 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 #B0D215 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 21 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.18 |
| HSL | 70.79º | 0.82% | 0.45% | - |
| HSV(B) | 70.79º | 0.9% | 0.82% | - |
| XYZ | 41.09 | 55.38 | 9.23 | - |
| YUV | 178.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 21 | 0.16 | 0 | 0.90 | 0.18 | 70.79 | 0.82 | 0.45 |
| Hex | B0 | D2 | 15 | 10 | 0 | 5A | 12 | 47 | 52 | 2D |
| Octal | 260 | 322 | 25 | 20 | 0 | 132 | 22 | 107 | 122 | 55 |
| Binary | 10110000 | 11010010 | 10101 | 10000 | 0 | 1011010 | 10010 | 1000111 | 1010010 | 101101 |
Color Harmonies of #B0D215
Complementary color
Monochromatic Colors of #B0D215
Black with #B0D215
Text Example
Text Example
White with #B0D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D215; }
p { color: rgb(176,210,21); }
H1.HeaderClassName
{
color: #B0D215;
}
.AnyTagClassName
{
color: #B0D215;
}
</style>
background-color css
<style>
a { background-color: #B0D215; }
a { background-color: rgb(176,210,21); }
div.DivClassName
{
background-color: #B0D215;
}
.BgClassName
{
background-color: #B0D215;
}
</style>
border-color css
<style>
span { border-color: #B0D215; }
span { border-color: rgb(176,210,21); }
td.TdClassName
{
border-color: #B0D215;
}
.TagClassName
{
border-color: #B0D215;
}
</style>