Shades of Olive Green #C2BE58
Tints of Olive Green #C2BE58
RGB
CMYK
RGB Variations
Color information
#C2BE58 (or 0xC2BE58) is known color: Olive Green. HEX triplet: C2, BE and 58. RGB value is (194,190,88). Sum of RGB (Red+Green+Blue) = 194+190+88=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE58 is #3D41A7. Grayscale: #B3B3B3. Windows color (decimal): -4014504 or 5816002. OLE color: 5816002.
HSL color Cylindrical-coordinate representation of color #C2BE58: hue angle of 57.74º 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 #C2BE58 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 88 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.24 |
| HSL | 57.74º | 0.46% | 0.55% | - |
| HSV(B) | 57.74º | 0.55% | 0.76% | - |
| XYZ | 42.42 | 49 | 16.45 | - |
| YUV | 179.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 88 | 0 | 0.02 | 0.55 | 0.24 | 57.74 | 0.46 | 0.55 |
| Hex | C2 | BE | 58 | 0 | 2 | 37 | 18 | 3A | 2E | 37 |
| Octal | 302 | 276 | 130 | 0 | 2 | 67 | 30 | 72 | 56 | 67 |
| Binary | 11000010 | 10111110 | 1011000 | 0 | 10 | 110111 | 11000 | 111010 | 101110 | 110111 |
Color Harmonies of #C2BE58
Complementary color
Monochromatic Colors of #C2BE58
Black with #C2BE58
Text Example
Text Example
White with #C2BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE58; }
p { color: rgb(194,190,88); }
H1.HeaderClassName
{
color: #C2BE58;
}
.AnyTagClassName
{
color: #C2BE58;
}
</style>
background-color css
<style>
a { background-color: #C2BE58; }
a { background-color: rgb(194,190,88); }
div.DivClassName
{
background-color: #C2BE58;
}
.BgClassName
{
background-color: #C2BE58;
}
</style>
border-color css
<style>
span { border-color: #C2BE58; }
span { border-color: rgb(194,190,88); }
td.TdClassName
{
border-color: #C2BE58;
}
.TagClassName
{
border-color: #C2BE58;
}
</style>