Shades of Rio Grande #B2D220
Tints of Rio Grande #B2D220
RGB
CMYK
RGB Variations
Color information
#B2D220 (or 0xB2D220) is known color: Rio Grande. HEX triplet: B2, D2 and 20. RGB value is (178,210,32). Sum of RGB (Red+Green+Blue) = 178+210+32=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D220 is #4D2DDF. Grayscale: #B4B4B4. Windows color (decimal): -5058016 or 2151090. OLE color: 2151090.
HSL color Cylindrical-coordinate representation of color #B2D220: hue angle of 70.79º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D220 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 32 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.18 |
| HSL | 70.79º | 0.74% | 0.47% | - |
| HSV(B) | 70.79º | 0.85% | 0.82% | - |
| XYZ | 41.67 | 55.66 | 9.91 | - |
| YUV | 180.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 32 | 0.15 | 0 | 0.85 | 0.18 | 70.79 | 0.74 | 0.47 |
| Hex | B2 | D2 | 20 | F | 0 | 55 | 12 | 47 | 4A | 2F |
| Octal | 262 | 322 | 40 | 17 | 0 | 125 | 22 | 107 | 112 | 57 |
| Binary | 10110010 | 11010010 | 100000 | 1111 | 0 | 1010101 | 10010 | 1000111 | 1001010 | 101111 |
Color Harmonies of #B2D220
Complementary color
Monochromatic Colors of #B2D220
Black with #B2D220
Text Example
Text Example
White with #B2D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D220; }
p { color: rgb(178,210,32); }
H1.HeaderClassName
{
color: #B2D220;
}
.AnyTagClassName
{
color: #B2D220;
}
</style>
background-color css
<style>
a { background-color: #B2D220; }
a { background-color: rgb(178,210,32); }
div.DivClassName
{
background-color: #B2D220;
}
.BgClassName
{
background-color: #B2D220;
}
</style>
border-color css
<style>
span { border-color: #B2D220; }
span { border-color: rgb(178,210,32); }
td.TdClassName
{
border-color: #B2D220;
}
.TagClassName
{
border-color: #B2D220;
}
</style>