Shades of Olivine #A4BA6D
Tints of Olivine #A4BA6D
RGB
CMYK
RGB Variations
Color information
#A4BA6D (or 0xA4BA6D) is known color: Olivine. HEX triplet: A4, BA and 6D. RGB value is (164,186,109). Sum of RGB (Red+Green+Blue) = 164+186+109=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA6D is #5B4592. Grayscale: #AAAAAA. Windows color (decimal): -5981587 or 7191204. OLE color: 7191204.
HSL color Cylindrical-coordinate representation of color #A4BA6D: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4BA6D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 109 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.27 |
| HSL | 77.14º | 0.36% | 0.58% | - |
| HSV(B) | 77.14º | 0.41% | 0.73% | - |
| XYZ | 35.63 | 44.11 | 21.11 | - |
| YUV | 170.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 109 | 0.12 | 0 | 0.41 | 0.27 | 77.14 | 0.36 | 0.58 |
| Hex | A4 | BA | 6D | C | 0 | 29 | 1B | 4D | 24 | 3A |
| Octal | 244 | 272 | 155 | 14 | 0 | 51 | 33 | 115 | 44 | 72 |
| Binary | 10100100 | 10111010 | 1101101 | 1100 | 0 | 101001 | 11011 | 1001101 | 100100 | 111010 |
Color Harmonies of #A4BA6D
Complementary color
Monochromatic Colors of #A4BA6D
Black with #A4BA6D
Text Example
Text Example
White with #A4BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA6D; }
p { color: rgb(164,186,109); }
H1.HeaderClassName
{
color: #A4BA6D;
}
.AnyTagClassName
{
color: #A4BA6D;
}
</style>
background-color css
<style>
a { background-color: #A4BA6D; }
a { background-color: rgb(164,186,109); }
div.DivClassName
{
background-color: #A4BA6D;
}
.BgClassName
{
background-color: #A4BA6D;
}
</style>
border-color css
<style>
span { border-color: #A4BA6D; }
span { border-color: rgb(164,186,109); }
td.TdClassName
{
border-color: #A4BA6D;
}
.TagClassName
{
border-color: #A4BA6D;
}
</style>