Shades of Olive Green #C0BE56
Tints of Olive Green #C0BE56
RGB
CMYK
RGB Variations
Color information
#C0BE56 (or 0xC0BE56) is known color: Olive Green. HEX triplet: C0, BE and 56. RGB value is (192,190,86). Sum of RGB (Red+Green+Blue) = 192+190+86=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE56 is #3F41A9. Grayscale: #B3B3B3. Windows color (decimal): -4145578 or 5684928. OLE color: 5684928.
HSL color Cylindrical-coordinate representation of color #C0BE56: hue angle of 58.87º degrees, saturation: 0.46, 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 #C0BE56 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 86 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.25 |
| HSL | 58.87º | 0.46% | 0.55% | - |
| HSV(B) | 58.87º | 0.55% | 0.75% | - |
| XYZ | 41.83 | 48.71 | 16 | - |
| YUV | 178.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 86 | 0 | 0.01 | 0.55 | 0.25 | 58.87 | 0.46 | 0.55 |
| Hex | C0 | BE | 56 | 0 | 1 | 37 | 19 | 3B | 2E | 37 |
| Octal | 300 | 276 | 126 | 0 | 1 | 67 | 31 | 73 | 56 | 67 |
| Binary | 11000000 | 10111110 | 1010110 | 0 | 1 | 110111 | 11001 | 111011 | 101110 | 110111 |
Color Harmonies of #C0BE56
Complementary color
Monochromatic Colors of #C0BE56
Black with #C0BE56
Text Example
Text Example
White with #C0BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE56; }
p { color: rgb(192,190,86); }
H1.HeaderClassName
{
color: #C0BE56;
}
.AnyTagClassName
{
color: #C0BE56;
}
</style>
background-color css
<style>
a { background-color: #C0BE56; }
a { background-color: rgb(192,190,86); }
div.DivClassName
{
background-color: #C0BE56;
}
.BgClassName
{
background-color: #C0BE56;
}
</style>
border-color css
<style>
span { border-color: #C0BE56; }
span { border-color: rgb(192,190,86); }
td.TdClassName
{
border-color: #C0BE56;
}
.TagClassName
{
border-color: #C0BE56;
}
</style>