Shades of Olive Green #C2BA55
Tints of Olive Green #C2BA55
RGB
CMYK
RGB Variations
Color information
#C2BA55 (or 0xC2BA55) is known color: Olive Green. HEX triplet: C2, BA and 55. RGB value is (194,186,85). Sum of RGB (Red+Green+Blue) = 194+186+85=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA55 is #3D45AA. Grayscale: #B1B1B1. Windows color (decimal): -4015531 or 5618370. OLE color: 5618370.
HSL color Cylindrical-coordinate representation of color #C2BA55: hue angle of 55.6º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2BA55 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 85 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.24 |
| HSL | 55.6º | 0.47% | 0.55% | - |
| HSV(B) | 55.6º | 0.56% | 0.76% | - |
| XYZ | 41.45 | 47.24 | 15.53 | - |
| YUV | 176.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 85 | 0 | 0.04 | 0.56 | 0.24 | 55.6 | 0.47 | 0.55 |
| Hex | C2 | BA | 55 | 0 | 4 | 38 | 18 | 38 | 2F | 37 |
| Octal | 302 | 272 | 125 | 0 | 4 | 70 | 30 | 70 | 57 | 67 |
| Binary | 11000010 | 10111010 | 1010101 | 0 | 100 | 111000 | 11000 | 111000 | 101111 | 110111 |
Color Harmonies of #C2BA55
Complementary color
Monochromatic Colors of #C2BA55
Black with #C2BA55
Text Example
Text Example
White with #C2BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA55; }
p { color: rgb(194,186,85); }
H1.HeaderClassName
{
color: #C2BA55;
}
.AnyTagClassName
{
color: #C2BA55;
}
</style>
background-color css
<style>
a { background-color: #C2BA55; }
a { background-color: rgb(194,186,85); }
div.DivClassName
{
background-color: #C2BA55;
}
.BgClassName
{
background-color: #C2BA55;
}
</style>
border-color css
<style>
span { border-color: #C2BA55; }
span { border-color: rgb(194,186,85); }
td.TdClassName
{
border-color: #C2BA55;
}
.TagClassName
{
border-color: #C2BA55;
}
</style>