Shades of Olive Green #C1BA4F
Tints of Olive Green #C1BA4F
RGB
CMYK
RGB Variations
Color information
#C1BA4F (or 0xC1BA4F) is known color: Olive Green. HEX triplet: C1, BA and 4F. RGB value is (193,186,79). Sum of RGB (Red+Green+Blue) = 193+186+79=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA4F is #3E45B0. Grayscale: #B0B0B0. Windows color (decimal): -4081073 or 5225153. OLE color: 5225153.
HSL color Cylindrical-coordinate representation of color #C1BA4F: hue angle of 56.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1BA4F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 79 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.24 |
| HSL | 56.32º | 0.48% | 0.53% | - |
| HSV(B) | 56.32º | 0.59% | 0.76% | - |
| XYZ | 40.96 | 47.02 | 14.31 | - |
| YUV | 175.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 79 | 0 | 0.04 | 0.59 | 0.24 | 56.32 | 0.48 | 0.53 |
| Hex | C1 | BA | 4F | 0 | 4 | 3B | 18 | 38 | 30 | 35 |
| Octal | 301 | 272 | 117 | 0 | 4 | 73 | 30 | 70 | 60 | 65 |
| Binary | 11000001 | 10111010 | 1001111 | 0 | 100 | 111011 | 11000 | 111000 | 110000 | 110101 |
Color Harmonies of #C1BA4F
Complementary color
Monochromatic Colors of #C1BA4F
Black with #C1BA4F
Text Example
Text Example
White with #C1BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA4F; }
p { color: rgb(193,186,79); }
H1.HeaderClassName
{
color: #C1BA4F;
}
.AnyTagClassName
{
color: #C1BA4F;
}
</style>
background-color css
<style>
a { background-color: #C1BA4F; }
a { background-color: rgb(193,186,79); }
div.DivClassName
{
background-color: #C1BA4F;
}
.BgClassName
{
background-color: #C1BA4F;
}
</style>
border-color css
<style>
span { border-color: #C1BA4F; }
span { border-color: rgb(193,186,79); }
td.TdClassName
{
border-color: #C1BA4F;
}
.TagClassName
{
border-color: #C1BA4F;
}
</style>