Shades of Olive Green #C1BA59
Tints of Olive Green #C1BA59
RGB
CMYK
RGB Variations
Color information
#C1BA59 (or 0xC1BA59) is known color: Olive Green. HEX triplet: C1, BA and 59. RGB value is (193,186,89). Sum of RGB (Red+Green+Blue) = 193+186+89=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA59 is #3E45A6. Grayscale: #B1B1B1. Windows color (decimal): -4081063 or 5880513. OLE color: 5880513.
HSL color Cylindrical-coordinate representation of color #C1BA59: hue angle of 55.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1BA59 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 89 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.24 |
| HSL | 55.96º | 0.46% | 0.55% | - |
| HSV(B) | 55.96º | 0.54% | 0.76% | - |
| XYZ | 41.35 | 47.18 | 16.38 | - |
| YUV | 177.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 89 | 0 | 0.04 | 0.54 | 0.24 | 55.96 | 0.46 | 0.55 |
| Hex | C1 | BA | 59 | 0 | 4 | 36 | 18 | 38 | 2E | 37 |
| Octal | 301 | 272 | 131 | 0 | 4 | 66 | 30 | 70 | 56 | 67 |
| Binary | 11000001 | 10111010 | 1011001 | 0 | 100 | 110110 | 11000 | 111000 | 101110 | 110111 |
Color Harmonies of #C1BA59
Complementary color
Monochromatic Colors of #C1BA59
Black with #C1BA59
Text Example
Text Example
White with #C1BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA59; }
p { color: rgb(193,186,89); }
H1.HeaderClassName
{
color: #C1BA59;
}
.AnyTagClassName
{
color: #C1BA59;
}
</style>
background-color css
<style>
a { background-color: #C1BA59; }
a { background-color: rgb(193,186,89); }
div.DivClassName
{
background-color: #C1BA59;
}
.BgClassName
{
background-color: #C1BA59;
}
</style>
border-color css
<style>
span { border-color: #C1BA59; }
span { border-color: rgb(193,186,89); }
td.TdClassName
{
border-color: #C1BA59;
}
.TagClassName
{
border-color: #C1BA59;
}
</style>