Shades of Olive Green #C0BA5D
Tints of Olive Green #C0BA5D
RGB
CMYK
RGB Variations
Color information
#C0BA5D (or 0xC0BA5D) is known color: Olive Green. HEX triplet: C0, BA and 5D. RGB value is (192,186,93). Sum of RGB (Red+Green+Blue) = 192+186+93=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA5D is #3F45A2. Grayscale: #B1B1B1. Windows color (decimal): -4146595 or 6142656. OLE color: 6142656.
HSL color Cylindrical-coordinate representation of color #C0BA5D: hue angle of 56.36º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0BA5D is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 93 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.25 |
| HSL | 56.36º | 0.44% | 0.56% | - |
| HSV(B) | 56.36º | 0.52% | 0.75% | - |
| XYZ | 41.27 | 47.11 | 17.27 | - |
| YUV | 177.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 93 | 0 | 0.03 | 0.52 | 0.25 | 56.36 | 0.44 | 0.56 |
| Hex | C0 | BA | 5D | 0 | 3 | 34 | 19 | 38 | 2C | 38 |
| Octal | 300 | 272 | 135 | 0 | 3 | 64 | 31 | 70 | 54 | 70 |
| Binary | 11000000 | 10111010 | 1011101 | 0 | 11 | 110100 | 11001 | 111000 | 101100 | 111000 |
Color Harmonies of #C0BA5D
Complementary color
Monochromatic Colors of #C0BA5D
Black with #C0BA5D
Text Example
Text Example
White with #C0BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA5D; }
p { color: rgb(192,186,93); }
H1.HeaderClassName
{
color: #C0BA5D;
}
.AnyTagClassName
{
color: #C0BA5D;
}
</style>
background-color css
<style>
a { background-color: #C0BA5D; }
a { background-color: rgb(192,186,93); }
div.DivClassName
{
background-color: #C0BA5D;
}
.BgClassName
{
background-color: #C0BA5D;
}
</style>
border-color css
<style>
span { border-color: #C0BA5D; }
span { border-color: rgb(192,186,93); }
td.TdClassName
{
border-color: #C0BA5D;
}
.TagClassName
{
border-color: #C0BA5D;
}
</style>