Shades of Olive Green #C2BB51
Tints of Olive Green #C2BB51
RGB
CMYK
RGB Variations
Color information
#C2BB51 (or 0xC2BB51) is known color: Olive Green. HEX triplet: C2, BB and 51. RGB value is (194,187,81). Sum of RGB (Red+Green+Blue) = 194+187+81=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB51 is #3D44AE. Grayscale: #B1B1B1. Windows color (decimal): -4015279 or 5356482. OLE color: 5356482.
HSL color Cylindrical-coordinate representation of color #C2BB51: hue angle of 56.28º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2BB51 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 81 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.24 |
| HSL | 56.28º | 0.48% | 0.54% | - |
| HSV(B) | 56.28º | 0.58% | 0.76% | - |
| XYZ | 41.5 | 47.6 | 14.79 | - |
| YUV | 177.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 81 | 0 | 0.04 | 0.58 | 0.24 | 56.28 | 0.48 | 0.54 |
| Hex | C2 | BB | 51 | 0 | 4 | 3A | 18 | 38 | 30 | 36 |
| Octal | 302 | 273 | 121 | 0 | 4 | 72 | 30 | 70 | 60 | 66 |
| Binary | 11000010 | 10111011 | 1010001 | 0 | 100 | 111010 | 11000 | 111000 | 110000 | 110110 |
Color Harmonies of #C2BB51
Complementary color
Monochromatic Colors of #C2BB51
Black with #C2BB51
Text Example
Text Example
White with #C2BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB51; }
p { color: rgb(194,187,81); }
H1.HeaderClassName
{
color: #C2BB51;
}
.AnyTagClassName
{
color: #C2BB51;
}
</style>
background-color css
<style>
a { background-color: #C2BB51; }
a { background-color: rgb(194,187,81); }
div.DivClassName
{
background-color: #C2BB51;
}
.BgClassName
{
background-color: #C2BB51;
}
</style>
border-color css
<style>
span { border-color: #C2BB51; }
span { border-color: rgb(194,187,81); }
td.TdClassName
{
border-color: #C2BB51;
}
.TagClassName
{
border-color: #C2BB51;
}
</style>