Shades of Rio Grande #B7D222
Tints of Rio Grande #B7D222
RGB
CMYK
RGB Variations
Color information
#B7D222 (or 0xB7D222) is known color: Rio Grande. HEX triplet: B7, D2 and 22. RGB value is (183,210,34). Sum of RGB (Red+Green+Blue) = 183+210+34=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D222 is #482DDD. Grayscale: #B6B6B6. Windows color (decimal): -4730334 or 2282167. OLE color: 2282167.
HSL color Cylindrical-coordinate representation of color #B7D222: hue angle of 69.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D222 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 34 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.18 |
| HSL | 69.2º | 0.72% | 0.48% | - |
| HSV(B) | 69.2º | 0.84% | 0.82% | - |
| XYZ | 42.86 | 56.28 | 10.12 | - |
| YUV | 181.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 34 | 0.13 | 0 | 0.84 | 0.18 | 69.2 | 0.72 | 0.48 |
| Hex | B7 | D2 | 22 | D | 0 | 54 | 12 | 45 | 48 | 30 |
| Octal | 267 | 322 | 42 | 15 | 0 | 124 | 22 | 105 | 110 | 60 |
| Binary | 10110111 | 11010010 | 100010 | 1101 | 0 | 1010100 | 10010 | 1000101 | 1001000 | 110000 |
Color Harmonies of #B7D222
Complementary color
Monochromatic Colors of #B7D222
Black with #B7D222
Text Example
Text Example
White with #B7D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D222; }
p { color: rgb(183,210,34); }
H1.HeaderClassName
{
color: #B7D222;
}
.AnyTagClassName
{
color: #B7D222;
}
</style>
background-color css
<style>
a { background-color: #B7D222; }
a { background-color: rgb(183,210,34); }
div.DivClassName
{
background-color: #B7D222;
}
.BgClassName
{
background-color: #B7D222;
}
</style>
border-color css
<style>
span { border-color: #B7D222; }
span { border-color: rgb(183,210,34); }
td.TdClassName
{
border-color: #B7D222;
}
.TagClassName
{
border-color: #B7D222;
}
</style>