Shades of Rio Grande #B6D217
Tints of Rio Grande #B6D217
RGB
CMYK
RGB Variations
Color information
#B6D217 (or 0xB6D217) is known color: Rio Grande. HEX triplet: B6, D2 and 17. RGB value is (182,210,23). Sum of RGB (Red+Green+Blue) = 182+210+23=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D217 is #492DE8. Grayscale: #B5B5B5. Windows color (decimal): -4795881 or 1561270. OLE color: 1561270.
HSL color Cylindrical-coordinate representation of color #B6D217: hue angle of 68.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6D217 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 23 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.18 |
| HSL | 68.98º | 0.8% | 0.46% | - |
| HSV(B) | 68.98º | 0.89% | 0.82% | - |
| XYZ | 42.49 | 56.1 | 9.4 | - |
| YUV | 180.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 23 | 0.13 | 0 | 0.89 | 0.18 | 68.98 | 0.8 | 0.46 |
| Hex | B6 | D2 | 17 | D | 0 | 59 | 12 | 45 | 50 | 2E |
| Octal | 266 | 322 | 27 | 15 | 0 | 131 | 22 | 105 | 120 | 56 |
| Binary | 10110110 | 11010010 | 10111 | 1101 | 0 | 1011001 | 10010 | 1000101 | 1010000 | 101110 |
Color Harmonies of #B6D217
Complementary color
Monochromatic Colors of #B6D217
Black with #B6D217
Text Example
Text Example
White with #B6D217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D217; }
p { color: rgb(182,210,23); }
H1.HeaderClassName
{
color: #B6D217;
}
.AnyTagClassName
{
color: #B6D217;
}
</style>
background-color css
<style>
a { background-color: #B6D217; }
a { background-color: rgb(182,210,23); }
div.DivClassName
{
background-color: #B6D217;
}
.BgClassName
{
background-color: #B6D217;
}
</style>
border-color css
<style>
span { border-color: #B6D217; }
span { border-color: rgb(182,210,23); }
td.TdClassName
{
border-color: #B6D217;
}
.TagClassName
{
border-color: #B6D217;
}
</style>