Shades of Rio Grande #B6CB16
Tints of Rio Grande #B6CB16
RGB
CMYK
RGB Variations
Color information
#B6CB16 (or 0xB6CB16) is known color: Rio Grande. HEX triplet: B6, CB and 16. RGB value is (182,203,22). Sum of RGB (Red+Green+Blue) = 182+203+22=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CB16 is #4934E9. Grayscale: #B0B0B0. Windows color (decimal): -4797674 or 1493942. OLE color: 1493942.
HSL color Cylindrical-coordinate representation of color #B6CB16: hue angle of 66.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6CB16 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 22 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.20 |
| HSL | 66.96º | 0.8% | 0.44% | - |
| HSV(B) | 66.96º | 0.89% | 0.8% | - |
| XYZ | 40.79 | 52.71 | 8.78 | - |
| YUV | 176.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 22 | 0.10 | 0 | 0.89 | 0.20 | 66.96 | 0.8 | 0.44 |
| Hex | B6 | CB | 16 | A | 0 | 59 | 14 | 43 | 50 | 2C |
| Octal | 266 | 313 | 26 | 12 | 0 | 131 | 24 | 103 | 120 | 54 |
| Binary | 10110110 | 11001011 | 10110 | 1010 | 0 | 1011001 | 10100 | 1000011 | 1010000 | 101100 |
Color Harmonies of #B6CB16
Complementary color
Monochromatic Colors of #B6CB16
Black with #B6CB16
Text Example
Text Example
White with #B6CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB16; }
p { color: rgb(182,203,22); }
H1.HeaderClassName
{
color: #B6CB16;
}
.AnyTagClassName
{
color: #B6CB16;
}
</style>
background-color css
<style>
a { background-color: #B6CB16; }
a { background-color: rgb(182,203,22); }
div.DivClassName
{
background-color: #B6CB16;
}
.BgClassName
{
background-color: #B6CB16;
}
</style>
border-color css
<style>
span { border-color: #B6CB16; }
span { border-color: rgb(182,203,22); }
td.TdClassName
{
border-color: #B6CB16;
}
.TagClassName
{
border-color: #B6CB16;
}
</style>