Shades of Olive Green #C1BA4E
Tints of Olive Green #C1BA4E
RGB
CMYK
RGB Variations
Color information
#C1BA4E (or 0xC1BA4E) is known color: Olive Green. HEX triplet: C1, BA and 4E. RGB value is (193,186,78). Sum of RGB (Red+Green+Blue) = 193+186+78=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA4E is #3E45B1. Grayscale: #B0B0B0. Windows color (decimal): -4081074 or 5159617. OLE color: 5159617.
HSL color Cylindrical-coordinate representation of color #C1BA4E: hue angle of 56.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1BA4E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 78 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.24 |
| HSL | 56.35º | 0.48% | 0.53% | - |
| HSV(B) | 56.35º | 0.6% | 0.76% | - |
| XYZ | 40.93 | 47.01 | 14.12 | - |
| YUV | 175.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 78 | 0 | 0.04 | 0.60 | 0.24 | 56.35 | 0.48 | 0.53 |
| Hex | C1 | BA | 4E | 0 | 4 | 3C | 18 | 38 | 30 | 35 |
| Octal | 301 | 272 | 116 | 0 | 4 | 74 | 30 | 70 | 60 | 65 |
| Binary | 11000001 | 10111010 | 1001110 | 0 | 100 | 111100 | 11000 | 111000 | 110000 | 110101 |
Color Harmonies of #C1BA4E
Complementary color
Monochromatic Colors of #C1BA4E
Black with #C1BA4E
Text Example
Text Example
White with #C1BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA4E; }
p { color: rgb(193,186,78); }
H1.HeaderClassName
{
color: #C1BA4E;
}
.AnyTagClassName
{
color: #C1BA4E;
}
</style>
background-color css
<style>
a { background-color: #C1BA4E; }
a { background-color: rgb(193,186,78); }
div.DivClassName
{
background-color: #C1BA4E;
}
.BgClassName
{
background-color: #C1BA4E;
}
</style>
border-color css
<style>
span { border-color: #C1BA4E; }
span { border-color: rgb(193,186,78); }
td.TdClassName
{
border-color: #C1BA4E;
}
.TagClassName
{
border-color: #C1BA4E;
}
</style>