Shades of Rio Grande #B6C22C
Tints of Rio Grande #B6C22C
RGB
CMYK
RGB Variations
Color information
#B6C22C (or 0xB6C22C) is known color: Rio Grande. HEX triplet: B6, C2 and 2C. RGB value is (182,194,44). Sum of RGB (Red+Green+Blue) = 182+194+44=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C22C is #493DD3. Grayscale: #ADADAD. Windows color (decimal): -4799956 or 2933430. OLE color: 2933430.
HSL color Cylindrical-coordinate representation of color #B6C22C: hue angle of 64.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C22C is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 44 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.24 |
| HSL | 64.8º | 0.63% | 0.47% | - |
| HSV(B) | 64.8º | 0.77% | 0.76% | - |
| XYZ | 39.04 | 48.71 | 9.73 | - |
| YUV | 173.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 44 | 0.06 | 0 | 0.77 | 0.24 | 64.8 | 0.63 | 0.47 |
| Hex | B6 | C2 | 2C | 6 | 0 | 4D | 18 | 41 | 3F | 2F |
| Octal | 266 | 302 | 54 | 6 | 0 | 115 | 30 | 101 | 77 | 57 |
| Binary | 10110110 | 11000010 | 101100 | 110 | 0 | 1001101 | 11000 | 1000001 | 111111 | 101111 |
Color Harmonies of #B6C22C
Complementary color
Monochromatic Colors of #B6C22C
Black with #B6C22C
Text Example
Text Example
White with #B6C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C22C; }
p { color: rgb(182,194,44); }
H1.HeaderClassName
{
color: #B6C22C;
}
.AnyTagClassName
{
color: #B6C22C;
}
</style>
background-color css
<style>
a { background-color: #B6C22C; }
a { background-color: rgb(182,194,44); }
div.DivClassName
{
background-color: #B6C22C;
}
.BgClassName
{
background-color: #B6C22C;
}
</style>
border-color css
<style>
span { border-color: #B6C22C; }
span { border-color: rgb(182,194,44); }
td.TdClassName
{
border-color: #B6C22C;
}
.TagClassName
{
border-color: #B6C22C;
}
</style>