Shades of Olive Green #C2BA58
Tints of Olive Green #C2BA58
RGB
CMYK
RGB Variations
Color information
#C2BA58 (or 0xC2BA58) is known color: Olive Green. HEX triplet: C2, BA and 58. RGB value is (194,186,88). Sum of RGB (Red+Green+Blue) = 194+186+88=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA58 is #3D45A7. Grayscale: #B1B1B1. Windows color (decimal): -4015528 or 5814978. OLE color: 5814978.
HSL color Cylindrical-coordinate representation of color #C2BA58: hue angle of 55.47º 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 #C2BA58 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 88 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.24 |
| HSL | 55.47º | 0.46% | 0.55% | - |
| HSV(B) | 55.47º | 0.55% | 0.76% | - |
| XYZ | 41.57 | 47.29 | 16.17 | - |
| YUV | 177.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 88 | 0 | 0.04 | 0.55 | 0.24 | 55.47 | 0.46 | 0.55 |
| Hex | C2 | BA | 58 | 0 | 4 | 37 | 18 | 37 | 2E | 37 |
| Octal | 302 | 272 | 130 | 0 | 4 | 67 | 30 | 67 | 56 | 67 |
| Binary | 11000010 | 10111010 | 1011000 | 0 | 100 | 110111 | 11000 | 110111 | 101110 | 110111 |
Color Harmonies of #C2BA58
Complementary color
Monochromatic Colors of #C2BA58
Black with #C2BA58
Text Example
Text Example
White with #C2BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA58; }
p { color: rgb(194,186,88); }
H1.HeaderClassName
{
color: #C2BA58;
}
.AnyTagClassName
{
color: #C2BA58;
}
</style>
background-color css
<style>
a { background-color: #C2BA58; }
a { background-color: rgb(194,186,88); }
div.DivClassName
{
background-color: #C2BA58;
}
.BgClassName
{
background-color: #C2BA58;
}
</style>
border-color css
<style>
span { border-color: #C2BA58; }
span { border-color: rgb(194,186,88); }
td.TdClassName
{
border-color: #C2BA58;
}
.TagClassName
{
border-color: #C2BA58;
}
</style>