Shades of Rio Grande #B6D210
Tints of Rio Grande #B6D210
RGB
CMYK
RGB Variations
Color information
#B6D210 (or 0xB6D210) is known color: Rio Grande. HEX triplet: B6, D2 and 10. RGB value is (182,210,16). Sum of RGB (Red+Green+Blue) = 182+210+16=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D210 is #492DEF. Grayscale: #B4B4B4. Windows color (decimal): -4795888 or 1102518. OLE color: 1102518.
HSL color Cylindrical-coordinate representation of color #B6D210: hue angle of 68.66º 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 #B6D210 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 16 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.18 |
| HSL | 68.66º | 0.86% | 0.44% | - |
| HSV(B) | 68.66º | 0.92% | 0.82% | - |
| XYZ | 42.43 | 56.08 | 9.08 | - |
| YUV | 179.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 16 | 0.13 | 0 | 0.92 | 0.18 | 68.66 | 0.86 | 0.44 |
| Hex | B6 | D2 | 10 | D | 0 | 5C | 12 | 45 | 56 | 2C |
| Octal | 266 | 322 | 20 | 15 | 0 | 134 | 22 | 105 | 126 | 54 |
| Binary | 10110110 | 11010010 | 10000 | 1101 | 0 | 1011100 | 10010 | 1000101 | 1010110 | 101100 |
Color Harmonies of #B6D210
Complementary color
Monochromatic Colors of #B6D210
Black with #B6D210
Text Example
Text Example
White with #B6D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D210; }
p { color: rgb(182,210,16); }
H1.HeaderClassName
{
color: #B6D210;
}
.AnyTagClassName
{
color: #B6D210;
}
</style>
background-color css
<style>
a { background-color: #B6D210; }
a { background-color: rgb(182,210,16); }
div.DivClassName
{
background-color: #B6D210;
}
.BgClassName
{
background-color: #B6D210;
}
</style>
border-color css
<style>
span { border-color: #B6D210; }
span { border-color: rgb(182,210,16); }
td.TdClassName
{
border-color: #B6D210;
}
.TagClassName
{
border-color: #B6D210;
}
</style>