Shades of Olive Green #C0BF59
Tints of Olive Green #C0BF59
RGB
CMYK
RGB Variations
Color information
#C0BF59 (or 0xC0BF59) is known color: Olive Green. HEX triplet: C0, BF and 59. RGB value is (192,191,89). Sum of RGB (Red+Green+Blue) = 192+191+89=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF59 is #3F40A6. Grayscale: #B4B4B4. Windows color (decimal): -4145319 or 5881792. OLE color: 5881792.
HSL color Cylindrical-coordinate representation of color #C0BF59: hue angle of 59.42º 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 #C0BF59 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 89 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.25 |
| HSL | 59.42º | 0.45% | 0.55% | - |
| HSV(B) | 59.42º | 0.54% | 0.75% | - |
| XYZ | 42.17 | 49.19 | 16.72 | - |
| YUV | 179.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 89 | 0 | 0.01 | 0.54 | 0.25 | 59.42 | 0.45 | 0.55 |
| Hex | C0 | BF | 59 | 0 | 1 | 36 | 19 | 3B | 2D | 37 |
| Octal | 300 | 277 | 131 | 0 | 1 | 66 | 31 | 73 | 55 | 67 |
| Binary | 11000000 | 10111111 | 1011001 | 0 | 1 | 110110 | 11001 | 111011 | 101101 | 110111 |
Color Harmonies of #C0BF59
Complementary color
Monochromatic Colors of #C0BF59
Black with #C0BF59
Text Example
Text Example
White with #C0BF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF59; }
p { color: rgb(192,191,89); }
H1.HeaderClassName
{
color: #C0BF59;
}
.AnyTagClassName
{
color: #C0BF59;
}
</style>
background-color css
<style>
a { background-color: #C0BF59; }
a { background-color: rgb(192,191,89); }
div.DivClassName
{
background-color: #C0BF59;
}
.BgClassName
{
background-color: #C0BF59;
}
</style>
border-color css
<style>
span { border-color: #C0BF59; }
span { border-color: rgb(192,191,89); }
td.TdClassName
{
border-color: #C0BF59;
}
.TagClassName
{
border-color: #C0BF59;
}
</style>