Shades of Rio Grande #B6CC15
Tints of Rio Grande #B6CC15
RGB
CMYK
RGB Variations
Color information
#B6CC15 (or 0xB6CC15) is known color: Rio Grande. HEX triplet: B6, CC and 15. RGB value is (182,204,21). Sum of RGB (Red+Green+Blue) = 182+204+21=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC15 is #4933EA. Grayscale: #B1B1B1. Windows color (decimal): -4797419 or 1428662. OLE color: 1428662.
HSL color Cylindrical-coordinate representation of color #B6CC15: hue angle of 67.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6CC15 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.2 |
| HSL | 67.21º | 0.81% | 0.44% | - |
| HSV(B) | 67.21º | 0.9% | 0.8% | - |
| XYZ | 41.02 | 53.18 | 8.81 | - |
| YUV | 176.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 21 | 0.11 | 0 | 0.90 | 0.2 | 67.21 | 0.81 | 0.44 |
| Hex | B6 | CC | 15 | B | 0 | 5A | 14 | 43 | 51 | 2C |
| Octal | 266 | 314 | 25 | 13 | 0 | 132 | 24 | 103 | 121 | 54 |
| Binary | 10110110 | 11001100 | 10101 | 1011 | 0 | 1011010 | 10100 | 1000011 | 1010001 | 101100 |
Color Harmonies of #B6CC15
Complementary color
Monochromatic Colors of #B6CC15
Black with #B6CC15
Text Example
Text Example
White with #B6CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CC15; }
p { color: rgb(182,204,21); }
H1.HeaderClassName
{
color: #B6CC15;
}
.AnyTagClassName
{
color: #B6CC15;
}
</style>
background-color css
<style>
a { background-color: #B6CC15; }
a { background-color: rgb(182,204,21); }
div.DivClassName
{
background-color: #B6CC15;
}
.BgClassName
{
background-color: #B6CC15;
}
</style>
border-color css
<style>
span { border-color: #B6CC15; }
span { border-color: rgb(182,204,21); }
td.TdClassName
{
border-color: #B6CC15;
}
.TagClassName
{
border-color: #B6CC15;
}
</style>