Shades of Rio Grande #B6C62C
Tints of Rio Grande #B6C62C
RGB
CMYK
RGB Variations
Color information
#B6C62C (or 0xB6C62C) is known color: Rio Grande. HEX triplet: B6, C6 and 2C. RGB value is (182,198,44). Sum of RGB (Red+Green+Blue) = 182+198+44=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C62C is #4939D3. Grayscale: #B0B0B0. Windows color (decimal): -4798932 or 2934454. OLE color: 2934454.
HSL color Cylindrical-coordinate representation of color #B6C62C: hue angle of 66.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6C62C is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 44 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.22 |
| HSL | 66.23º | 0.64% | 0.47% | - |
| HSV(B) | 66.23º | 0.78% | 0.78% | - |
| XYZ | 39.94 | 50.52 | 10.03 | - |
| YUV | 175.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 44 | 0.08 | 0 | 0.78 | 0.22 | 66.23 | 0.64 | 0.47 |
| Hex | B6 | C6 | 2C | 8 | 0 | 4E | 16 | 42 | 40 | 2F |
| Octal | 266 | 306 | 54 | 10 | 0 | 116 | 26 | 102 | 100 | 57 |
| Binary | 10110110 | 11000110 | 101100 | 1000 | 0 | 1001110 | 10110 | 1000010 | 1000000 | 101111 |
Color Harmonies of #B6C62C
Complementary color
Monochromatic Colors of #B6C62C
Black with #B6C62C
Text Example
Text Example
White with #B6C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C62C; }
p { color: rgb(182,198,44); }
H1.HeaderClassName
{
color: #B6C62C;
}
.AnyTagClassName
{
color: #B6C62C;
}
</style>
background-color css
<style>
a { background-color: #B6C62C; }
a { background-color: rgb(182,198,44); }
div.DivClassName
{
background-color: #B6C62C;
}
.BgClassName
{
background-color: #B6C62C;
}
</style>
border-color css
<style>
span { border-color: #B6C62C; }
span { border-color: rgb(182,198,44); }
td.TdClassName
{
border-color: #B6C62C;
}
.TagClassName
{
border-color: #B6C62C;
}
</style>