Shades of Olive Green #C2BF58
Tints of Olive Green #C2BF58
RGB
CMYK
RGB Variations
Color information
#C2BF58 (or 0xC2BF58) is known color: Olive Green. HEX triplet: C2, BF and 58. RGB value is (194,191,88). Sum of RGB (Red+Green+Blue) = 194+191+88=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF58 is #3D40A7. Grayscale: #B4B4B4. Windows color (decimal): -4014248 or 5816258. OLE color: 5816258.
HSL color Cylindrical-coordinate representation of color #C2BF58: hue angle of 58.3º degrees, saturation: 0.46, 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 #C2BF58 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 88 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.24 |
| HSL | 58.3º | 0.46% | 0.55% | - |
| HSV(B) | 58.3º | 0.55% | 0.76% | - |
| XYZ | 42.64 | 49.44 | 16.53 | - |
| YUV | 180.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 88 | 0 | 0.02 | 0.55 | 0.24 | 58.3 | 0.46 | 0.55 |
| Hex | C2 | BF | 58 | 0 | 2 | 37 | 18 | 3A | 2E | 37 |
| Octal | 302 | 277 | 130 | 0 | 2 | 67 | 30 | 72 | 56 | 67 |
| Binary | 11000010 | 10111111 | 1011000 | 0 | 10 | 110111 | 11000 | 111010 | 101110 | 110111 |
Color Harmonies of #C2BF58
Complementary color
Monochromatic Colors of #C2BF58
Black with #C2BF58
Text Example
Text Example
White with #C2BF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF58; }
p { color: rgb(194,191,88); }
H1.HeaderClassName
{
color: #C2BF58;
}
.AnyTagClassName
{
color: #C2BF58;
}
</style>
background-color css
<style>
a { background-color: #C2BF58; }
a { background-color: rgb(194,191,88); }
div.DivClassName
{
background-color: #C2BF58;
}
.BgClassName
{
background-color: #C2BF58;
}
</style>
border-color css
<style>
span { border-color: #C2BF58; }
span { border-color: rgb(194,191,88); }
td.TdClassName
{
border-color: #C2BF58;
}
.TagClassName
{
border-color: #C2BF58;
}
</style>