Shades of Olive Green #C2BB52
Tints of Olive Green #C2BB52
RGB
CMYK
RGB Variations
Color information
#C2BB52 (or 0xC2BB52) is known color: Olive Green. HEX triplet: C2, BB and 52. RGB value is (194,187,82). Sum of RGB (Red+Green+Blue) = 194+187+82=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB52 is #3D44AD. Grayscale: #B1B1B1. Windows color (decimal): -4015278 or 5422018. OLE color: 5422018.
HSL color Cylindrical-coordinate representation of color #C2BB52: hue angle of 56.25º 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 #C2BB52 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 82 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.24 |
| HSL | 56.25º | 0.48% | 0.54% | - |
| HSV(B) | 56.25º | 0.58% | 0.76% | - |
| XYZ | 41.54 | 47.62 | 14.98 | - |
| YUV | 177.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 82 | 0 | 0.04 | 0.58 | 0.24 | 56.25 | 0.48 | 0.54 |
| Hex | C2 | BB | 52 | 0 | 4 | 3A | 18 | 38 | 30 | 36 |
| Octal | 302 | 273 | 122 | 0 | 4 | 72 | 30 | 70 | 60 | 66 |
| Binary | 11000010 | 10111011 | 1010010 | 0 | 100 | 111010 | 11000 | 111000 | 110000 | 110110 |
Color Harmonies of #C2BB52
Complementary color
Monochromatic Colors of #C2BB52
Black with #C2BB52
Text Example
Text Example
White with #C2BB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB52; }
p { color: rgb(194,187,82); }
H1.HeaderClassName
{
color: #C2BB52;
}
.AnyTagClassName
{
color: #C2BB52;
}
</style>
background-color css
<style>
a { background-color: #C2BB52; }
a { background-color: rgb(194,187,82); }
div.DivClassName
{
background-color: #C2BB52;
}
.BgClassName
{
background-color: #C2BB52;
}
</style>
border-color css
<style>
span { border-color: #C2BB52; }
span { border-color: rgb(194,187,82); }
td.TdClassName
{
border-color: #C2BB52;
}
.TagClassName
{
border-color: #C2BB52;
}
</style>