Shades of Olive Green #C0BA58
Tints of Olive Green #C0BA58
RGB
CMYK
RGB Variations
Color information
#C0BA58 (or 0xC0BA58) is known color: Olive Green. HEX triplet: C0, BA and 58. RGB value is (192,186,88). Sum of RGB (Red+Green+Blue) = 192+186+88=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA58 is #3F45A7. Grayscale: #B1B1B1. Windows color (decimal): -4146600 or 5814976. OLE color: 5814976.
HSL color Cylindrical-coordinate representation of color #C0BA58: hue angle of 56.54º 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 #C0BA58 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 88 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.25 |
| HSL | 56.54º | 0.45% | 0.55% | - |
| HSV(B) | 56.54º | 0.54% | 0.75% | - |
| XYZ | 41.06 | 47.03 | 16.15 | - |
| YUV | 176.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 88 | 0 | 0.03 | 0.54 | 0.25 | 56.54 | 0.45 | 0.55 |
| Hex | C0 | BA | 58 | 0 | 3 | 36 | 19 | 39 | 2D | 37 |
| Octal | 300 | 272 | 130 | 0 | 3 | 66 | 31 | 71 | 55 | 67 |
| Binary | 11000000 | 10111010 | 1011000 | 0 | 11 | 110110 | 11001 | 111001 | 101101 | 110111 |
Color Harmonies of #C0BA58
Complementary color
Monochromatic Colors of #C0BA58
Black with #C0BA58
Text Example
Text Example
White with #C0BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA58; }
p { color: rgb(192,186,88); }
H1.HeaderClassName
{
color: #C0BA58;
}
.AnyTagClassName
{
color: #C0BA58;
}
</style>
background-color css
<style>
a { background-color: #C0BA58; }
a { background-color: rgb(192,186,88); }
div.DivClassName
{
background-color: #C0BA58;
}
.BgClassName
{
background-color: #C0BA58;
}
</style>
border-color css
<style>
span { border-color: #C0BA58; }
span { border-color: rgb(192,186,88); }
td.TdClassName
{
border-color: #C0BA58;
}
.TagClassName
{
border-color: #C0BA58;
}
</style>