Shades of Rio Grande #B2D215
Tints of Rio Grande #B2D215
RGB
CMYK
RGB Variations
Color information
#B2D215 (or 0xB2D215) is known color: Rio Grande. HEX triplet: B2, D2 and 15. RGB value is (178,210,21). Sum of RGB (Red+Green+Blue) = 178+210+21=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D215 is #4D2DEA. Grayscale: #B3B3B3. Windows color (decimal): -5058027 or 1430194. OLE color: 1430194.
HSL color Cylindrical-coordinate representation of color #B2D215: hue angle of 70.16º 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 #B2D215 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.18 |
| HSL | 70.16º | 0.82% | 0.45% | - |
| HSV(B) | 70.16º | 0.9% | 0.82% | - |
| XYZ | 41.54 | 55.61 | 9.25 | - |
| YUV | 178.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 21 | 0.15 | 0 | 0.90 | 0.18 | 70.16 | 0.82 | 0.45 |
| Hex | B2 | D2 | 15 | F | 0 | 5A | 12 | 46 | 52 | 2D |
| Octal | 262 | 322 | 25 | 17 | 0 | 132 | 22 | 106 | 122 | 55 |
| Binary | 10110010 | 11010010 | 10101 | 1111 | 0 | 1011010 | 10010 | 1000110 | 1010010 | 101101 |
Color Harmonies of #B2D215
Complementary color
Monochromatic Colors of #B2D215
Black with #B2D215
Text Example
Text Example
White with #B2D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D215; }
p { color: rgb(178,210,21); }
H1.HeaderClassName
{
color: #B2D215;
}
.AnyTagClassName
{
color: #B2D215;
}
</style>
background-color css
<style>
a { background-color: #B2D215; }
a { background-color: rgb(178,210,21); }
div.DivClassName
{
background-color: #B2D215;
}
.BgClassName
{
background-color: #B2D215;
}
</style>
border-color css
<style>
span { border-color: #B2D215; }
span { border-color: rgb(178,210,21); }
td.TdClassName
{
border-color: #B2D215;
}
.TagClassName
{
border-color: #B2D215;
}
</style>