Shades of Rio Grande #B2D210
Tints of Rio Grande #B2D210
RGB
CMYK
RGB Variations
Color information
#B2D210 (or 0xB2D210) is known color: Rio Grande. HEX triplet: B2, D2 and 10. RGB value is (178,210,16). Sum of RGB (Red+Green+Blue) = 178+210+16=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D210 is #4D2DEF. Grayscale: #B3B3B3. Windows color (decimal): -5058032 or 1102514. OLE color: 1102514.
HSL color Cylindrical-coordinate representation of color #B2D210: hue angle of 69.9º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2D210 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.18 |
| HSL | 69.9º | 0.86% | 0.44% | - |
| HSV(B) | 69.9º | 0.92% | 0.82% | - |
| XYZ | 41.5 | 55.6 | 9.03 | - |
| YUV | 178.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 16 | 0.15 | 0 | 0.92 | 0.18 | 69.9 | 0.86 | 0.44 |
| Hex | B2 | D2 | 10 | F | 0 | 5C | 12 | 46 | 56 | 2C |
| Octal | 262 | 322 | 20 | 17 | 0 | 134 | 22 | 106 | 126 | 54 |
| Binary | 10110010 | 11010010 | 10000 | 1111 | 0 | 1011100 | 10010 | 1000110 | 1010110 | 101100 |
Color Harmonies of #B2D210
Complementary color
Monochromatic Colors of #B2D210
Black with #B2D210
Text Example
Text Example
White with #B2D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D210; }
p { color: rgb(178,210,16); }
H1.HeaderClassName
{
color: #B2D210;
}
.AnyTagClassName
{
color: #B2D210;
}
</style>
background-color css
<style>
a { background-color: #B2D210; }
a { background-color: rgb(178,210,16); }
div.DivClassName
{
background-color: #B2D210;
}
.BgClassName
{
background-color: #B2D210;
}
</style>
border-color css
<style>
span { border-color: #B2D210; }
span { border-color: rgb(178,210,16); }
td.TdClassName
{
border-color: #B2D210;
}
.TagClassName
{
border-color: #B2D210;
}
</style>