Shades of Olive Green #C1BA5B
Tints of Olive Green #C1BA5B
RGB
CMYK
RGB Variations
Color information
#C1BA5B (or 0xC1BA5B) is known color: Olive Green. HEX triplet: C1, BA and 5B. RGB value is (193,186,91). Sum of RGB (Red+Green+Blue) = 193+186+91=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA5B is #3E45A4. Grayscale: #B1B1B1. Windows color (decimal): -4081061 or 6011585. OLE color: 6011585.
HSL color Cylindrical-coordinate representation of color #C1BA5B: hue angle of 55.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1BA5B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 91 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.24 |
| HSL | 55.88º | 0.45% | 0.56% | - |
| HSV(B) | 55.88º | 0.53% | 0.76% | - |
| XYZ | 41.44 | 47.21 | 16.83 | - |
| YUV | 177.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 91 | 0 | 0.04 | 0.53 | 0.24 | 55.88 | 0.45 | 0.56 |
| Hex | C1 | BA | 5B | 0 | 4 | 35 | 18 | 38 | 2D | 38 |
| Octal | 301 | 272 | 133 | 0 | 4 | 65 | 30 | 70 | 55 | 70 |
| Binary | 11000001 | 10111010 | 1011011 | 0 | 100 | 110101 | 11000 | 111000 | 101101 | 111000 |
Color Harmonies of #C1BA5B
Complementary color
Monochromatic Colors of #C1BA5B
Black with #C1BA5B
Text Example
Text Example
White with #C1BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA5B; }
p { color: rgb(193,186,91); }
H1.HeaderClassName
{
color: #C1BA5B;
}
.AnyTagClassName
{
color: #C1BA5B;
}
</style>
background-color css
<style>
a { background-color: #C1BA5B; }
a { background-color: rgb(193,186,91); }
div.DivClassName
{
background-color: #C1BA5B;
}
.BgClassName
{
background-color: #C1BA5B;
}
</style>
border-color css
<style>
span { border-color: #C1BA5B; }
span { border-color: rgb(193,186,91); }
td.TdClassName
{
border-color: #C1BA5B;
}
.TagClassName
{
border-color: #C1BA5B;
}
</style>