Shades of Rio Grande #B7D210
Tints of Rio Grande #B7D210
RGB
CMYK
RGB Variations
Color information
#B7D210 (or 0xB7D210) is known color: Rio Grande. HEX triplet: B7, D2 and 10. RGB value is (183,210,16). Sum of RGB (Red+Green+Blue) = 183+210+16=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D210 is #482DEF. Grayscale: #B4B4B4. Windows color (decimal): -4730352 or 1102519. OLE color: 1102519.
HSL color Cylindrical-coordinate representation of color #B7D210: hue angle of 68.35º 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 #B7D210 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 16 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.18 |
| HSL | 68.35º | 0.86% | 0.44% | - |
| HSV(B) | 68.35º | 0.92% | 0.82% | - |
| XYZ | 42.67 | 56.2 | 9.09 | - |
| YUV | 179.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 16 | 0.13 | 0 | 0.92 | 0.18 | 68.35 | 0.86 | 0.44 |
| Hex | B7 | D2 | 10 | D | 0 | 5C | 12 | 44 | 56 | 2C |
| Octal | 267 | 322 | 20 | 15 | 0 | 134 | 22 | 104 | 126 | 54 |
| Binary | 10110111 | 11010010 | 10000 | 1101 | 0 | 1011100 | 10010 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B7D210
Complementary color
Monochromatic Colors of #B7D210
Black with #B7D210
Text Example
Text Example
White with #B7D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D210; }
p { color: rgb(183,210,16); }
H1.HeaderClassName
{
color: #B7D210;
}
.AnyTagClassName
{
color: #B7D210;
}
</style>
background-color css
<style>
a { background-color: #B7D210; }
a { background-color: rgb(183,210,16); }
div.DivClassName
{
background-color: #B7D210;
}
.BgClassName
{
background-color: #B7D210;
}
</style>
border-color css
<style>
span { border-color: #B7D210; }
span { border-color: rgb(183,210,16); }
td.TdClassName
{
border-color: #B7D210;
}
.TagClassName
{
border-color: #B7D210;
}
</style>