Shades of Olive Green #C4BA58
Tints of Olive Green #C4BA58
RGB
CMYK
RGB Variations
Color information
#C4BA58 (or 0xC4BA58) is known color: Olive Green. HEX triplet: C4, BA and 58. RGB value is (196,186,88). Sum of RGB (Red+Green+Blue) = 196+186+88=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA58 is #3B45A7. Grayscale: #B2B2B2. Windows color (decimal): -3884456 or 5814980. OLE color: 5814980.
HSL color Cylindrical-coordinate representation of color #C4BA58: hue angle of 54.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4BA58 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 88 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.23 |
| HSL | 54.44º | 0.48% | 0.56% | - |
| HSV(B) | 54.44º | 0.55% | 0.77% | - |
| XYZ | 42.09 | 47.56 | 16.19 | - |
| YUV | 177.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 88 | 0 | 0.05 | 0.55 | 0.23 | 54.44 | 0.48 | 0.56 |
| Hex | C4 | BA | 58 | 0 | 5 | 37 | 17 | 36 | 30 | 38 |
| Octal | 304 | 272 | 130 | 0 | 5 | 67 | 27 | 66 | 60 | 70 |
| Binary | 11000100 | 10111010 | 1011000 | 0 | 101 | 110111 | 10111 | 110110 | 110000 | 111000 |
Color Harmonies of #C4BA58
Complementary color
Monochromatic Colors of #C4BA58
Black with #C4BA58
Text Example
Text Example
White with #C4BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA58; }
p { color: rgb(196,186,88); }
H1.HeaderClassName
{
color: #C4BA58;
}
.AnyTagClassName
{
color: #C4BA58;
}
</style>
background-color css
<style>
a { background-color: #C4BA58; }
a { background-color: rgb(196,186,88); }
div.DivClassName
{
background-color: #C4BA58;
}
.BgClassName
{
background-color: #C4BA58;
}
</style>
border-color css
<style>
span { border-color: #C4BA58; }
span { border-color: rgb(196,186,88); }
td.TdClassName
{
border-color: #C4BA58;
}
.TagClassName
{
border-color: #C4BA58;
}
</style>