Shades of Olive Green #C1BA57
Tints of Olive Green #C1BA57
RGB
CMYK
RGB Variations
Color information
#C1BA57 (or 0xC1BA57) is known color: Olive Green. HEX triplet: C1, BA and 57. RGB value is (193,186,87). Sum of RGB (Red+Green+Blue) = 193+186+87=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA57 is #3E45A8. Grayscale: #B1B1B1. Windows color (decimal): -4081065 or 5749441. OLE color: 5749441.
HSL color Cylindrical-coordinate representation of color #C1BA57: hue angle of 56.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1BA57 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 87 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.24 |
| HSL | 56.04º | 0.46% | 0.55% | - |
| HSV(B) | 56.04º | 0.55% | 0.76% | - |
| XYZ | 41.27 | 47.14 | 15.94 | - |
| YUV | 176.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 87 | 0 | 0.04 | 0.55 | 0.24 | 56.04 | 0.46 | 0.55 |
| Hex | C1 | BA | 57 | 0 | 4 | 37 | 18 | 38 | 2E | 37 |
| Octal | 301 | 272 | 127 | 0 | 4 | 67 | 30 | 70 | 56 | 67 |
| Binary | 11000001 | 10111010 | 1010111 | 0 | 100 | 110111 | 11000 | 111000 | 101110 | 110111 |
Color Harmonies of #C1BA57
Complementary color
Monochromatic Colors of #C1BA57
Black with #C1BA57
Text Example
Text Example
White with #C1BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA57; }
p { color: rgb(193,186,87); }
H1.HeaderClassName
{
color: #C1BA57;
}
.AnyTagClassName
{
color: #C1BA57;
}
</style>
background-color css
<style>
a { background-color: #C1BA57; }
a { background-color: rgb(193,186,87); }
div.DivClassName
{
background-color: #C1BA57;
}
.BgClassName
{
background-color: #C1BA57;
}
</style>
border-color css
<style>
span { border-color: #C1BA57; }
span { border-color: rgb(193,186,87); }
td.TdClassName
{
border-color: #C1BA57;
}
.TagClassName
{
border-color: #C1BA57;
}
</style>