Shades of Olive Green #C0BC54
Tints of Olive Green #C0BC54
RGB
CMYK
RGB Variations
Color information
#C0BC54 (or 0xC0BC54) is known color: Olive Green. HEX triplet: C0, BC and 54. RGB value is (192,188,84). Sum of RGB (Red+Green+Blue) = 192+188+84=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC54 is #3F43AB. Grayscale: #B1B1B1. Windows color (decimal): -4146092 or 5553344. OLE color: 5553344.
HSL color Cylindrical-coordinate representation of color #C0BC54: hue angle of 57.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0BC54 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 84 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.25 |
| HSL | 57.78º | 0.46% | 0.54% | - |
| HSV(B) | 57.78º | 0.56% | 0.75% | - |
| XYZ | 41.32 | 47.81 | 15.44 | - |
| YUV | 177.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 84 | 0 | 0.02 | 0.56 | 0.25 | 57.78 | 0.46 | 0.54 |
| Hex | C0 | BC | 54 | 0 | 2 | 38 | 19 | 3A | 2E | 36 |
| Octal | 300 | 274 | 124 | 0 | 2 | 70 | 31 | 72 | 56 | 66 |
| Binary | 11000000 | 10111100 | 1010100 | 0 | 10 | 111000 | 11001 | 111010 | 101110 | 110110 |
Color Harmonies of #C0BC54
Complementary color
Monochromatic Colors of #C0BC54
Black with #C0BC54
Text Example
Text Example
White with #C0BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC54; }
p { color: rgb(192,188,84); }
H1.HeaderClassName
{
color: #C0BC54;
}
.AnyTagClassName
{
color: #C0BC54;
}
</style>
background-color css
<style>
a { background-color: #C0BC54; }
a { background-color: rgb(192,188,84); }
div.DivClassName
{
background-color: #C0BC54;
}
.BgClassName
{
background-color: #C0BC54;
}
</style>
border-color css
<style>
span { border-color: #C0BC54; }
span { border-color: rgb(192,188,84); }
td.TdClassName
{
border-color: #C0BC54;
}
.TagClassName
{
border-color: #C0BC54;
}
</style>