Shades of Rio Grande #B6CC17
Tints of Rio Grande #B6CC17
RGB
CMYK
RGB Variations
Color information
#B6CC17 (or 0xB6CC17) is known color: Rio Grande. HEX triplet: B6, CC and 17. RGB value is (182,204,23). Sum of RGB (Red+Green+Blue) = 182+204+23=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC17 is #4933E8. Grayscale: #B1B1B1. Windows color (decimal): -4797417 or 1559734. OLE color: 1559734.
HSL color Cylindrical-coordinate representation of color #B6CC17: hue angle of 67.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6CC17 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.2 |
| HSL | 67.29º | 0.8% | 0.45% | - |
| HSV(B) | 67.29º | 0.89% | 0.8% | - |
| XYZ | 41.04 | 53.19 | 8.91 | - |
| YUV | 176.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 23 | 0.11 | 0 | 0.89 | 0.2 | 67.29 | 0.8 | 0.45 |
| Hex | B6 | CC | 17 | B | 0 | 59 | 14 | 43 | 50 | 2D |
| Octal | 266 | 314 | 27 | 13 | 0 | 131 | 24 | 103 | 120 | 55 |
| Binary | 10110110 | 11001100 | 10111 | 1011 | 0 | 1011001 | 10100 | 1000011 | 1010000 | 101101 |
Color Harmonies of #B6CC17
Complementary color
Monochromatic Colors of #B6CC17
Black with #B6CC17
Text Example
Text Example
White with #B6CC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CC17; }
p { color: rgb(182,204,23); }
H1.HeaderClassName
{
color: #B6CC17;
}
.AnyTagClassName
{
color: #B6CC17;
}
</style>
background-color css
<style>
a { background-color: #B6CC17; }
a { background-color: rgb(182,204,23); }
div.DivClassName
{
background-color: #B6CC17;
}
.BgClassName
{
background-color: #B6CC17;
}
</style>
border-color css
<style>
span { border-color: #B6CC17; }
span { border-color: rgb(182,204,23); }
td.TdClassName
{
border-color: #B6CC17;
}
.TagClassName
{
border-color: #B6CC17;
}
</style>