Shades of Olive Green #C0BC5A
Tints of Olive Green #C0BC5A
RGB
CMYK
RGB Variations
Color information
#C0BC5A (or 0xC0BC5A) is known color: Olive Green. HEX triplet: C0, BC and 5A. RGB value is (192,188,90). Sum of RGB (Red+Green+Blue) = 192+188+90=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC5A is #3F43A5. Grayscale: #B2B2B2. Windows color (decimal): -4146086 or 5946560. OLE color: 5946560.
HSL color Cylindrical-coordinate representation of color #C0BC5A: hue angle of 57.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0BC5A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 90 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.25 |
| HSL | 57.65º | 0.45% | 0.55% | - |
| HSV(B) | 57.65º | 0.53% | 0.75% | - |
| XYZ | 41.57 | 47.91 | 16.73 | - |
| YUV | 178.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 90 | 0 | 0.02 | 0.53 | 0.25 | 57.65 | 0.45 | 0.55 |
| Hex | C0 | BC | 5A | 0 | 2 | 35 | 19 | 3A | 2D | 37 |
| Octal | 300 | 274 | 132 | 0 | 2 | 65 | 31 | 72 | 55 | 67 |
| Binary | 11000000 | 10111100 | 1011010 | 0 | 10 | 110101 | 11001 | 111010 | 101101 | 110111 |
Color Harmonies of #C0BC5A
Complementary color
Monochromatic Colors of #C0BC5A
Black with #C0BC5A
Text Example
Text Example
White with #C0BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC5A; }
p { color: rgb(192,188,90); }
H1.HeaderClassName
{
color: #C0BC5A;
}
.AnyTagClassName
{
color: #C0BC5A;
}
</style>
background-color css
<style>
a { background-color: #C0BC5A; }
a { background-color: rgb(192,188,90); }
div.DivClassName
{
background-color: #C0BC5A;
}
.BgClassName
{
background-color: #C0BC5A;
}
</style>
border-color css
<style>
span { border-color: #C0BC5A; }
span { border-color: rgb(192,188,90); }
td.TdClassName
{
border-color: #C0BC5A;
}
.TagClassName
{
border-color: #C0BC5A;
}
</style>