Shades of Olive Green #C0B957
Tints of Olive Green #C0B957
RGB
CMYK
RGB Variations
Color information
#C0B957 (or 0xC0B957) is known color: Olive Green. HEX triplet: C0, B9 and 57. RGB value is (192,185,87). Sum of RGB (Red+Green+Blue) = 192+185+87=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B957 is #3F46A8. Grayscale: #B0B0B0. Windows color (decimal): -4146857 or 5749184. OLE color: 5749184.
HSL color Cylindrical-coordinate representation of color #C0B957: hue angle of 56º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0B957 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 87 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.25 |
| HSL | 56º | 0.45% | 0.55% | - |
| HSV(B) | 56º | 0.55% | 0.75% | - |
| XYZ | 40.81 | 46.59 | 15.86 | - |
| YUV | 175.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 87 | 0 | 0.04 | 0.55 | 0.25 | 56 | 0.45 | 0.55 |
| Hex | C0 | B9 | 57 | 0 | 4 | 37 | 19 | 38 | 2D | 37 |
| Octal | 300 | 271 | 127 | 0 | 4 | 67 | 31 | 70 | 55 | 67 |
| Binary | 11000000 | 10111001 | 1010111 | 0 | 100 | 110111 | 11001 | 111000 | 101101 | 110111 |
Color Harmonies of #C0B957
Complementary color
Monochromatic Colors of #C0B957
Black with #C0B957
Text Example
Text Example
White with #C0B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B957; }
p { color: rgb(192,185,87); }
H1.HeaderClassName
{
color: #C0B957;
}
.AnyTagClassName
{
color: #C0B957;
}
</style>
background-color css
<style>
a { background-color: #C0B957; }
a { background-color: rgb(192,185,87); }
div.DivClassName
{
background-color: #C0B957;
}
.BgClassName
{
background-color: #C0B957;
}
</style>
border-color css
<style>
span { border-color: #C0B957; }
span { border-color: rgb(192,185,87); }
td.TdClassName
{
border-color: #C0B957;
}
.TagClassName
{
border-color: #C0B957;
}
</style>