Shades of Olive Green #C0BC5D
Tints of Olive Green #C0BC5D
RGB
CMYK
RGB Variations
Color information
#C0BC5D (or 0xC0BC5D) is known color: Olive Green. HEX triplet: C0, BC and 5D. RGB value is (192,188,93). Sum of RGB (Red+Green+Blue) = 192+188+93=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC5D is #3F43A2. Grayscale: #B2B2B2. Windows color (decimal): -4146083 or 6143168. OLE color: 6143168.
HSL color Cylindrical-coordinate representation of color #C0BC5D: hue angle of 57.58º 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 #C0BC5D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 93 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.25 |
| HSL | 57.58º | 0.44% | 0.56% | - |
| HSV(B) | 57.58º | 0.52% | 0.75% | - |
| XYZ | 41.7 | 47.96 | 17.42 | - |
| YUV | 178.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 93 | 0 | 0.02 | 0.52 | 0.25 | 57.58 | 0.44 | 0.56 |
| Hex | C0 | BC | 5D | 0 | 2 | 34 | 19 | 3A | 2C | 38 |
| Octal | 300 | 274 | 135 | 0 | 2 | 64 | 31 | 72 | 54 | 70 |
| Binary | 11000000 | 10111100 | 1011101 | 0 | 10 | 110100 | 11001 | 111010 | 101100 | 111000 |
Color Harmonies of #C0BC5D
Complementary color
Monochromatic Colors of #C0BC5D
Black with #C0BC5D
Text Example
Text Example
White with #C0BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC5D; }
p { color: rgb(192,188,93); }
H1.HeaderClassName
{
color: #C0BC5D;
}
.AnyTagClassName
{
color: #C0BC5D;
}
</style>
background-color css
<style>
a { background-color: #C0BC5D; }
a { background-color: rgb(192,188,93); }
div.DivClassName
{
background-color: #C0BC5D;
}
.BgClassName
{
background-color: #C0BC5D;
}
</style>
border-color css
<style>
span { border-color: #C0BC5D; }
span { border-color: rgb(192,188,93); }
td.TdClassName
{
border-color: #C0BC5D;
}
.TagClassName
{
border-color: #C0BC5D;
}
</style>