Shades of Olive Green #C2BF57
Tints of Olive Green #C2BF57
RGB
CMYK
RGB Variations
Color information
#C2BF57 (or 0xC2BF57) is known color: Olive Green. HEX triplet: C2, BF and 57. RGB value is (194,191,87). Sum of RGB (Red+Green+Blue) = 194+191+87=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF57 is #3D40A8. Grayscale: #B4B4B4. Windows color (decimal): -4014249 or 5750722. OLE color: 5750722.
HSL color Cylindrical-coordinate representation of color #C2BF57: hue angle of 58.32º 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 #C2BF57 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 87 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.24 |
| HSL | 58.32º | 0.47% | 0.55% | - |
| HSV(B) | 58.32º | 0.55% | 0.76% | - |
| XYZ | 42.6 | 49.42 | 16.31 | - |
| YUV | 180.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 87 | 0 | 0.02 | 0.55 | 0.24 | 58.32 | 0.47 | 0.55 |
| Hex | C2 | BF | 57 | 0 | 2 | 37 | 18 | 3A | 2F | 37 |
| Octal | 302 | 277 | 127 | 0 | 2 | 67 | 30 | 72 | 57 | 67 |
| Binary | 11000010 | 10111111 | 1010111 | 0 | 10 | 110111 | 11000 | 111010 | 101111 | 110111 |
Color Harmonies of #C2BF57
Complementary color
Monochromatic Colors of #C2BF57
Black with #C2BF57
Text Example
Text Example
White with #C2BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF57; }
p { color: rgb(194,191,87); }
H1.HeaderClassName
{
color: #C2BF57;
}
.AnyTagClassName
{
color: #C2BF57;
}
</style>
background-color css
<style>
a { background-color: #C2BF57; }
a { background-color: rgb(194,191,87); }
div.DivClassName
{
background-color: #C2BF57;
}
.BgClassName
{
background-color: #C2BF57;
}
</style>
border-color css
<style>
span { border-color: #C2BF57; }
span { border-color: rgb(194,191,87); }
td.TdClassName
{
border-color: #C2BF57;
}
.TagClassName
{
border-color: #C2BF57;
}
</style>