Shades of Olive Green #C0BF57
Tints of Olive Green #C0BF57
RGB
CMYK
RGB Variations
Color information
#C0BF57 (or 0xC0BF57) is known color: Olive Green. HEX triplet: C0, BF and 57. RGB value is (192,191,87). Sum of RGB (Red+Green+Blue) = 192+191+87=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF57 is #3F40A8. Grayscale: #B3B3B3. Windows color (decimal): -4145321 or 5750720. OLE color: 5750720.
HSL color Cylindrical-coordinate representation of color #C0BF57: hue angle of 59.43º 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 #C0BF57 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 87 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.25 |
| HSL | 59.43º | 0.45% | 0.55% | - |
| HSV(B) | 59.43º | 0.55% | 0.75% | - |
| XYZ | 42.09 | 49.16 | 16.29 | - |
| YUV | 179.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 87 | 0 | 0.01 | 0.55 | 0.25 | 59.43 | 0.45 | 0.55 |
| Hex | C0 | BF | 57 | 0 | 1 | 37 | 19 | 3B | 2D | 37 |
| Octal | 300 | 277 | 127 | 0 | 1 | 67 | 31 | 73 | 55 | 67 |
| Binary | 11000000 | 10111111 | 1010111 | 0 | 1 | 110111 | 11001 | 111011 | 101101 | 110111 |
Color Harmonies of #C0BF57
Complementary color
Monochromatic Colors of #C0BF57
Black with #C0BF57
Text Example
Text Example
White with #C0BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF57; }
p { color: rgb(192,191,87); }
H1.HeaderClassName
{
color: #C0BF57;
}
.AnyTagClassName
{
color: #C0BF57;
}
</style>
background-color css
<style>
a { background-color: #C0BF57; }
a { background-color: rgb(192,191,87); }
div.DivClassName
{
background-color: #C0BF57;
}
.BgClassName
{
background-color: #C0BF57;
}
</style>
border-color css
<style>
span { border-color: #C0BF57; }
span { border-color: rgb(192,191,87); }
td.TdClassName
{
border-color: #C0BF57;
}
.TagClassName
{
border-color: #C0BF57;
}
</style>