Shades of Olive Green #C2B959
Tints of Olive Green #C2B959
RGB
CMYK
RGB Variations
Color information
#C2B959 (or 0xC2B959) is known color: Olive Green. HEX triplet: C2, B9 and 59. RGB value is (194,185,89). Sum of RGB (Red+Green+Blue) = 194+185+89=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B959 is #3D46A6. Grayscale: #B1B1B1. Windows color (decimal): -4015783 or 5880258. OLE color: 5880258.
HSL color Cylindrical-coordinate representation of color #C2B959: hue angle of 54.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2B959 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 89 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.86º | 0.46% | 0.55% | - |
| HSV(B) | 54.86º | 0.54% | 0.76% | - |
| XYZ | 41.4 | 46.89 | 16.32 | - |
| YUV | 176.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 89 | 0 | 0.05 | 0.54 | 0.24 | 54.86 | 0.46 | 0.55 |
| Hex | C2 | B9 | 59 | 0 | 5 | 36 | 18 | 37 | 2E | 37 |
| Octal | 302 | 271 | 131 | 0 | 5 | 66 | 30 | 67 | 56 | 67 |
| Binary | 11000010 | 10111001 | 1011001 | 0 | 101 | 110110 | 11000 | 110111 | 101110 | 110111 |
Color Harmonies of #C2B959
Complementary color
Monochromatic Colors of #C2B959
Black with #C2B959
Text Example
Text Example
White with #C2B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B959; }
p { color: rgb(194,185,89); }
H1.HeaderClassName
{
color: #C2B959;
}
.AnyTagClassName
{
color: #C2B959;
}
</style>
background-color css
<style>
a { background-color: #C2B959; }
a { background-color: rgb(194,185,89); }
div.DivClassName
{
background-color: #C2B959;
}
.BgClassName
{
background-color: #C2B959;
}
</style>
border-color css
<style>
span { border-color: #C2B959; }
span { border-color: rgb(194,185,89); }
td.TdClassName
{
border-color: #C2B959;
}
.TagClassName
{
border-color: #C2B959;
}
</style>