Shades of Rio Grande #B7D216
Tints of Rio Grande #B7D216
RGB
CMYK
RGB Variations
Color information
#B7D216 (or 0xB7D216) is known color: Rio Grande. HEX triplet: B7, D2 and 16. RGB value is (183,210,22). Sum of RGB (Red+Green+Blue) = 183+210+22=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D216 is #482DE9. Grayscale: #B5B5B5. Windows color (decimal): -4730346 or 1495735. OLE color: 1495735.
HSL color Cylindrical-coordinate representation of color #B7D216: hue angle of 68.62º degrees, saturation: 0.81, 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 #B7D216 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.18 |
| HSL | 68.62º | 0.81% | 0.45% | - |
| HSV(B) | 68.62º | 0.9% | 0.82% | - |
| XYZ | 42.72 | 56.22 | 9.36 | - |
| YUV | 180.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 22 | 0.13 | 0 | 0.90 | 0.18 | 68.62 | 0.81 | 0.45 |
| Hex | B7 | D2 | 16 | D | 0 | 5A | 12 | 45 | 51 | 2D |
| Octal | 267 | 322 | 26 | 15 | 0 | 132 | 22 | 105 | 121 | 55 |
| Binary | 10110111 | 11010010 | 10110 | 1101 | 0 | 1011010 | 10010 | 1000101 | 1010001 | 101101 |
Color Harmonies of #B7D216
Complementary color
Monochromatic Colors of #B7D216
Black with #B7D216
Text Example
Text Example
White with #B7D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D216; }
p { color: rgb(183,210,22); }
H1.HeaderClassName
{
color: #B7D216;
}
.AnyTagClassName
{
color: #B7D216;
}
</style>
background-color css
<style>
a { background-color: #B7D216; }
a { background-color: rgb(183,210,22); }
div.DivClassName
{
background-color: #B7D216;
}
.BgClassName
{
background-color: #B7D216;
}
</style>
border-color css
<style>
span { border-color: #B7D216; }
span { border-color: rgb(183,210,22); }
td.TdClassName
{
border-color: #B7D216;
}
.TagClassName
{
border-color: #B7D216;
}
</style>