Shades of Olive Green #C1BA58
Tints of Olive Green #C1BA58
RGB
CMYK
RGB Variations
Color information
#C1BA58 (or 0xC1BA58) is known color: Olive Green. HEX triplet: C1, BA and 58. RGB value is (193,186,88). Sum of RGB (Red+Green+Blue) = 193+186+88=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA58 is #3E45A7. Grayscale: #B1B1B1. Windows color (decimal): -4081064 or 5814977. OLE color: 5814977.
HSL color Cylindrical-coordinate representation of color #C1BA58: hue angle of 56º 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 #C1BA58 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 88 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.24 |
| HSL | 56º | 0.46% | 0.55% | - |
| HSV(B) | 56º | 0.54% | 0.76% | - |
| XYZ | 41.31 | 47.16 | 16.16 | - |
| YUV | 176.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 88 | 0 | 0.04 | 0.54 | 0.24 | 56 | 0.46 | 0.55 |
| Hex | C1 | BA | 58 | 0 | 4 | 36 | 18 | 38 | 2E | 37 |
| Octal | 301 | 272 | 130 | 0 | 4 | 66 | 30 | 70 | 56 | 67 |
| Binary | 11000001 | 10111010 | 1011000 | 0 | 100 | 110110 | 11000 | 111000 | 101110 | 110111 |
Color Harmonies of #C1BA58
Complementary color
Monochromatic Colors of #C1BA58
Black with #C1BA58
Text Example
Text Example
White with #C1BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA58; }
p { color: rgb(193,186,88); }
H1.HeaderClassName
{
color: #C1BA58;
}
.AnyTagClassName
{
color: #C1BA58;
}
</style>
background-color css
<style>
a { background-color: #C1BA58; }
a { background-color: rgb(193,186,88); }
div.DivClassName
{
background-color: #C1BA58;
}
.BgClassName
{
background-color: #C1BA58;
}
</style>
border-color css
<style>
span { border-color: #C1BA58; }
span { border-color: rgb(193,186,88); }
td.TdClassName
{
border-color: #C1BA58;
}
.TagClassName
{
border-color: #C1BA58;
}
</style>