Shades of Olive Green #C2BE57
Tints of Olive Green #C2BE57
RGB
CMYK
RGB Variations
Color information
#C2BE57 (or 0xC2BE57) is known color: Olive Green. HEX triplet: C2, BE and 57. RGB value is (194,190,87). Sum of RGB (Red+Green+Blue) = 194+190+87=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE57 is #3D41A8. Grayscale: #B3B3B3. Windows color (decimal): -4014505 or 5750466. OLE color: 5750466.
HSL color Cylindrical-coordinate representation of color #C2BE57: hue angle of 57.76º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2BE57 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 87 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.24 |
| HSL | 57.76º | 0.47% | 0.55% | - |
| HSV(B) | 57.76º | 0.55% | 0.76% | - |
| XYZ | 42.38 | 48.98 | 16.24 | - |
| YUV | 179.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 87 | 0 | 0.02 | 0.55 | 0.24 | 57.76 | 0.47 | 0.55 |
| Hex | C2 | BE | 57 | 0 | 2 | 37 | 18 | 3A | 2F | 37 |
| Octal | 302 | 276 | 127 | 0 | 2 | 67 | 30 | 72 | 57 | 67 |
| Binary | 11000010 | 10111110 | 1010111 | 0 | 10 | 110111 | 11000 | 111010 | 101111 | 110111 |
Color Harmonies of #C2BE57
Complementary color
Monochromatic Colors of #C2BE57
Black with #C2BE57
Text Example
Text Example
White with #C2BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE57; }
p { color: rgb(194,190,87); }
H1.HeaderClassName
{
color: #C2BE57;
}
.AnyTagClassName
{
color: #C2BE57;
}
</style>
background-color css
<style>
a { background-color: #C2BE57; }
a { background-color: rgb(194,190,87); }
div.DivClassName
{
background-color: #C2BE57;
}
.BgClassName
{
background-color: #C2BE57;
}
</style>
border-color css
<style>
span { border-color: #C2BE57; }
span { border-color: rgb(194,190,87); }
td.TdClassName
{
border-color: #C2BE57;
}
.TagClassName
{
border-color: #C2BE57;
}
</style>