Shades of Olivine #A4BA74
Tints of Olivine #A4BA74
RGB
CMYK
RGB Variations
Color information
#A4BA74 (or 0xA4BA74) is known color: Olivine. HEX triplet: A4, BA and 74. RGB value is (164,186,116). Sum of RGB (Red+Green+Blue) = 164+186+116=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA74 is #5B458B. Grayscale: #ABABAB. Windows color (decimal): -5981580 or 7649956. OLE color: 7649956.
HSL color Cylindrical-coordinate representation of color #A4BA74: hue angle of 78.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4BA74 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 116 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.27 |
| HSL | 78.86º | 0.34% | 0.59% | - |
| HSV(B) | 78.86º | 0.38% | 0.73% | - |
| XYZ | 36.02 | 44.27 | 23.17 | - |
| YUV | 171.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 116 | 0.12 | 0 | 0.38 | 0.27 | 78.86 | 0.34 | 0.59 |
| Hex | A4 | BA | 74 | C | 0 | 26 | 1B | 4F | 22 | 3B |
| Octal | 244 | 272 | 164 | 14 | 0 | 46 | 33 | 117 | 42 | 73 |
| Binary | 10100100 | 10111010 | 1110100 | 1100 | 0 | 100110 | 11011 | 1001111 | 100010 | 111011 |
Color Harmonies of #A4BA74
Complementary color
Monochromatic Colors of #A4BA74
Black with #A4BA74
Text Example
Text Example
White with #A4BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA74; }
p { color: rgb(164,186,116); }
H1.HeaderClassName
{
color: #A4BA74;
}
.AnyTagClassName
{
color: #A4BA74;
}
</style>
background-color css
<style>
a { background-color: #A4BA74; }
a { background-color: rgb(164,186,116); }
div.DivClassName
{
background-color: #A4BA74;
}
.BgClassName
{
background-color: #A4BA74;
}
</style>
border-color css
<style>
span { border-color: #A4BA74; }
span { border-color: rgb(164,186,116); }
td.TdClassName
{
border-color: #A4BA74;
}
.TagClassName
{
border-color: #A4BA74;
}
</style>