Shades of Olive Green #C0BC5C
Tints of Olive Green #C0BC5C
RGB
CMYK
RGB Variations
Color information
#C0BC5C (or 0xC0BC5C) is known color: Olive Green. HEX triplet: C0, BC and 5C. RGB value is (192,188,92). Sum of RGB (Red+Green+Blue) = 192+188+92=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC5C is #3F43A3. Grayscale: #B2B2B2. Windows color (decimal): -4146084 or 6077632. OLE color: 6077632.
HSL color Cylindrical-coordinate representation of color #C0BC5C: hue angle of 57.6º 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 #C0BC5C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 92 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.25 |
| HSL | 57.6º | 0.44% | 0.56% | - |
| HSV(B) | 57.6º | 0.52% | 0.75% | - |
| XYZ | 41.65 | 47.95 | 17.18 | - |
| YUV | 178.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 92 | 0 | 0.02 | 0.52 | 0.25 | 57.6 | 0.44 | 0.56 |
| Hex | C0 | BC | 5C | 0 | 2 | 34 | 19 | 3A | 2C | 38 |
| Octal | 300 | 274 | 134 | 0 | 2 | 64 | 31 | 72 | 54 | 70 |
| Binary | 11000000 | 10111100 | 1011100 | 0 | 10 | 110100 | 11001 | 111010 | 101100 | 111000 |
Color Harmonies of #C0BC5C
Complementary color
Monochromatic Colors of #C0BC5C
Black with #C0BC5C
Text Example
Text Example
White with #C0BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC5C; }
p { color: rgb(192,188,92); }
H1.HeaderClassName
{
color: #C0BC5C;
}
.AnyTagClassName
{
color: #C0BC5C;
}
</style>
background-color css
<style>
a { background-color: #C0BC5C; }
a { background-color: rgb(192,188,92); }
div.DivClassName
{
background-color: #C0BC5C;
}
.BgClassName
{
background-color: #C0BC5C;
}
</style>
border-color css
<style>
span { border-color: #C0BC5C; }
span { border-color: rgb(192,188,92); }
td.TdClassName
{
border-color: #C0BC5C;
}
.TagClassName
{
border-color: #C0BC5C;
}
</style>