Shades of Olive Green #C0BC57
Tints of Olive Green #C0BC57
RGB
CMYK
RGB Variations
Color information
#C0BC57 (or 0xC0BC57) is known color: Olive Green. HEX triplet: C0, BC and 57. RGB value is (192,188,87). Sum of RGB (Red+Green+Blue) = 192+188+87=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC57 is #3F43A8. Grayscale: #B2B2B2. Windows color (decimal): -4146089 or 5749952. OLE color: 5749952.
HSL color Cylindrical-coordinate representation of color #C0BC57: hue angle of 57.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0BC57 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 87 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.25 |
| HSL | 57.71º | 0.45% | 0.55% | - |
| HSV(B) | 57.71º | 0.55% | 0.75% | - |
| XYZ | 41.44 | 47.86 | 16.07 | - |
| YUV | 177.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 87 | 0 | 0.02 | 0.55 | 0.25 | 57.71 | 0.45 | 0.55 |
| Hex | C0 | BC | 57 | 0 | 2 | 37 | 19 | 3A | 2D | 37 |
| Octal | 300 | 274 | 127 | 0 | 2 | 67 | 31 | 72 | 55 | 67 |
| Binary | 11000000 | 10111100 | 1010111 | 0 | 10 | 110111 | 11001 | 111010 | 101101 | 110111 |
Color Harmonies of #C0BC57
Complementary color
Monochromatic Colors of #C0BC57
Black with #C0BC57
Text Example
Text Example
White with #C0BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC57; }
p { color: rgb(192,188,87); }
H1.HeaderClassName
{
color: #C0BC57;
}
.AnyTagClassName
{
color: #C0BC57;
}
</style>
background-color css
<style>
a { background-color: #C0BC57; }
a { background-color: rgb(192,188,87); }
div.DivClassName
{
background-color: #C0BC57;
}
.BgClassName
{
background-color: #C0BC57;
}
</style>
border-color css
<style>
span { border-color: #C0BC57; }
span { border-color: rgb(192,188,87); }
td.TdClassName
{
border-color: #C0BC57;
}
.TagClassName
{
border-color: #C0BC57;
}
</style>