Shades of Olive Green #C2B957
Tints of Olive Green #C2B957
RGB
CMYK
RGB Variations
Color information
#C2B957 (or 0xC2B957) is known color: Olive Green. HEX triplet: C2, B9 and 57. RGB value is (194,185,87). Sum of RGB (Red+Green+Blue) = 194+185+87=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B957 is #3D46A8. Grayscale: #B0B0B0. Windows color (decimal): -4015785 or 5749186. OLE color: 5749186.
HSL color Cylindrical-coordinate representation of color #C2B957: hue angle of 54.95º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2B957 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 87 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.24 |
| HSL | 54.95º | 0.47% | 0.55% | - |
| HSV(B) | 54.95º | 0.55% | 0.76% | - |
| XYZ | 41.32 | 46.86 | 15.88 | - |
| YUV | 176.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 87 | 0 | 0.05 | 0.55 | 0.24 | 54.95 | 0.47 | 0.55 |
| Hex | C2 | B9 | 57 | 0 | 5 | 37 | 18 | 37 | 2F | 37 |
| Octal | 302 | 271 | 127 | 0 | 5 | 67 | 30 | 67 | 57 | 67 |
| Binary | 11000010 | 10111001 | 1010111 | 0 | 101 | 110111 | 11000 | 110111 | 101111 | 110111 |
Color Harmonies of #C2B957
Complementary color
Monochromatic Colors of #C2B957
Black with #C2B957
Text Example
Text Example
White with #C2B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B957; }
p { color: rgb(194,185,87); }
H1.HeaderClassName
{
color: #C2B957;
}
.AnyTagClassName
{
color: #C2B957;
}
</style>
background-color css
<style>
a { background-color: #C2B957; }
a { background-color: rgb(194,185,87); }
div.DivClassName
{
background-color: #C2B957;
}
.BgClassName
{
background-color: #C2B957;
}
</style>
border-color css
<style>
span { border-color: #C2B957; }
span { border-color: rgb(194,185,87); }
td.TdClassName
{
border-color: #C2B957;
}
.TagClassName
{
border-color: #C2B957;
}
</style>