Shades of Olive Green #C0BE59
Tints of Olive Green #C0BE59
RGB
CMYK
RGB Variations
Color information
#C0BE59 (or 0xC0BE59) is known color: Olive Green. HEX triplet: C0, BE and 59. RGB value is (192,190,89). Sum of RGB (Red+Green+Blue) = 192+190+89=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE59 is #3F41A6. Grayscale: #B3B3B3. Windows color (decimal): -4145575 or 5881536. OLE color: 5881536.
HSL color Cylindrical-coordinate representation of color #C0BE59: hue angle of 58.83º 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 #C0BE59 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 89 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.25 |
| HSL | 58.83º | 0.45% | 0.55% | - |
| HSV(B) | 58.83º | 0.54% | 0.75% | - |
| XYZ | 41.95 | 48.75 | 16.65 | - |
| YUV | 179.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 89 | 0 | 0.01 | 0.54 | 0.25 | 58.83 | 0.45 | 0.55 |
| Hex | C0 | BE | 59 | 0 | 1 | 36 | 19 | 3B | 2D | 37 |
| Octal | 300 | 276 | 131 | 0 | 1 | 66 | 31 | 73 | 55 | 67 |
| Binary | 11000000 | 10111110 | 1011001 | 0 | 1 | 110110 | 11001 | 111011 | 101101 | 110111 |
Color Harmonies of #C0BE59
Complementary color
Monochromatic Colors of #C0BE59
Black with #C0BE59
Text Example
Text Example
White with #C0BE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE59; }
p { color: rgb(192,190,89); }
H1.HeaderClassName
{
color: #C0BE59;
}
.AnyTagClassName
{
color: #C0BE59;
}
</style>
background-color css
<style>
a { background-color: #C0BE59; }
a { background-color: rgb(192,190,89); }
div.DivClassName
{
background-color: #C0BE59;
}
.BgClassName
{
background-color: #C0BE59;
}
</style>
border-color css
<style>
span { border-color: #C0BE59; }
span { border-color: rgb(192,190,89); }
td.TdClassName
{
border-color: #C0BE59;
}
.TagClassName
{
border-color: #C0BE59;
}
</style>