Shades of Olive Green #C0B858
Tints of Olive Green #C0B858
RGB
CMYK
RGB Variations
Color information
#C0B858 (or 0xC0B858) is known color: Olive Green. HEX triplet: C0, B8 and 58. RGB value is (192,184,88). Sum of RGB (Red+Green+Blue) = 192+184+88=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B858 is #3F47A7. Grayscale: #AFAFAF. Windows color (decimal): -4147112 or 5814464. OLE color: 5814464.
HSL color Cylindrical-coordinate representation of color #C0B858: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0B858 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 88 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.25 |
| HSL | 55.38º | 0.45% | 0.55% | - |
| HSV(B) | 55.38º | 0.54% | 0.75% | - |
| XYZ | 40.64 | 46.19 | 16.01 | - |
| YUV | 175.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 88 | 0 | 0.04 | 0.54 | 0.25 | 55.38 | 0.45 | 0.55 |
| Hex | C0 | B8 | 58 | 0 | 4 | 36 | 19 | 37 | 2D | 37 |
| Octal | 300 | 270 | 130 | 0 | 4 | 66 | 31 | 67 | 55 | 67 |
| Binary | 11000000 | 10111000 | 1011000 | 0 | 100 | 110110 | 11001 | 110111 | 101101 | 110111 |
Color Harmonies of #C0B858
Complementary color
Monochromatic Colors of #C0B858
Black with #C0B858
Text Example
Text Example
White with #C0B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B858; }
p { color: rgb(192,184,88); }
H1.HeaderClassName
{
color: #C0B858;
}
.AnyTagClassName
{
color: #C0B858;
}
</style>
background-color css
<style>
a { background-color: #C0B858; }
a { background-color: rgb(192,184,88); }
div.DivClassName
{
background-color: #C0B858;
}
.BgClassName
{
background-color: #C0B858;
}
</style>
border-color css
<style>
span { border-color: #C0B858; }
span { border-color: rgb(192,184,88); }
td.TdClassName
{
border-color: #C0B858;
}
.TagClassName
{
border-color: #C0B858;
}
</style>