Shades of Olive Green #C4BA54
Tints of Olive Green #C4BA54
RGB
CMYK
RGB Variations
Color information
#C4BA54 (or 0xC4BA54) is known color: Olive Green. HEX triplet: C4, BA and 54. RGB value is (196,186,84). Sum of RGB (Red+Green+Blue) = 196+186+84=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA54 is #3B45AB. Grayscale: #B1B1B1. Windows color (decimal): -3884460 or 5552836. OLE color: 5552836.
HSL color Cylindrical-coordinate representation of color #C4BA54: hue angle of 54.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4BA54 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 84 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.23 |
| HSL | 54.64º | 0.49% | 0.55% | - |
| HSV(B) | 54.64º | 0.57% | 0.77% | - |
| XYZ | 41.92 | 47.49 | 15.35 | - |
| YUV | 177.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 84 | 0 | 0.05 | 0.57 | 0.23 | 54.64 | 0.49 | 0.55 |
| Hex | C4 | BA | 54 | 0 | 5 | 39 | 17 | 37 | 31 | 37 |
| Octal | 304 | 272 | 124 | 0 | 5 | 71 | 27 | 67 | 61 | 67 |
| Binary | 11000100 | 10111010 | 1010100 | 0 | 101 | 111001 | 10111 | 110111 | 110001 | 110111 |
Color Harmonies of #C4BA54
Complementary color
Monochromatic Colors of #C4BA54
Black with #C4BA54
Text Example
Text Example
White with #C4BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA54; }
p { color: rgb(196,186,84); }
H1.HeaderClassName
{
color: #C4BA54;
}
.AnyTagClassName
{
color: #C4BA54;
}
</style>
background-color css
<style>
a { background-color: #C4BA54; }
a { background-color: rgb(196,186,84); }
div.DivClassName
{
background-color: #C4BA54;
}
.BgClassName
{
background-color: #C4BA54;
}
</style>
border-color css
<style>
span { border-color: #C4BA54; }
span { border-color: rgb(196,186,84); }
td.TdClassName
{
border-color: #C4BA54;
}
.TagClassName
{
border-color: #C4BA54;
}
</style>