Shades of Olive Green #C0BE57
Tints of Olive Green #C0BE57
RGB
CMYK
RGB Variations
Color information
#C0BE57 (or 0xC0BE57) is known color: Olive Green. HEX triplet: C0, BE and 57. RGB value is (192,190,87). Sum of RGB (Red+Green+Blue) = 192+190+87=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE57 is #3F41A8. Grayscale: #B3B3B3. Windows color (decimal): -4145577 or 5750464. OLE color: 5750464.
HSL color Cylindrical-coordinate representation of color #C0BE57: hue angle of 58.86º 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 #C0BE57 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 87 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.25 |
| HSL | 58.86º | 0.45% | 0.55% | - |
| HSV(B) | 58.86º | 0.55% | 0.75% | - |
| XYZ | 41.87 | 48.72 | 16.21 | - |
| YUV | 178.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 87 | 0 | 0.01 | 0.55 | 0.25 | 58.86 | 0.45 | 0.55 |
| Hex | C0 | BE | 57 | 0 | 1 | 37 | 19 | 3B | 2D | 37 |
| Octal | 300 | 276 | 127 | 0 | 1 | 67 | 31 | 73 | 55 | 67 |
| Binary | 11000000 | 10111110 | 1010111 | 0 | 1 | 110111 | 11001 | 111011 | 101101 | 110111 |
Color Harmonies of #C0BE57
Complementary color
Monochromatic Colors of #C0BE57
Black with #C0BE57
Text Example
Text Example
White with #C0BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE57; }
p { color: rgb(192,190,87); }
H1.HeaderClassName
{
color: #C0BE57;
}
.AnyTagClassName
{
color: #C0BE57;
}
</style>
background-color css
<style>
a { background-color: #C0BE57; }
a { background-color: rgb(192,190,87); }
div.DivClassName
{
background-color: #C0BE57;
}
.BgClassName
{
background-color: #C0BE57;
}
</style>
border-color css
<style>
span { border-color: #C0BE57; }
span { border-color: rgb(192,190,87); }
td.TdClassName
{
border-color: #C0BE57;
}
.TagClassName
{
border-color: #C0BE57;
}
</style>