Shades of Olivine #A2BA79
Tints of Olivine #A2BA79
RGB
CMYK
RGB Variations
Color information
#A2BA79 (or 0xA2BA79) is known color: Olivine. HEX triplet: A2, BA and 79. RGB value is (162,186,121). Sum of RGB (Red+Green+Blue) = 162+186+121=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA79 is #5D4586. Grayscale: #ABABAB. Windows color (decimal): -6112647 or 7977634. OLE color: 7977634.
HSL color Cylindrical-coordinate representation of color #A2BA79: hue angle of 82.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2BA79 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 121 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.27 |
| HSL | 82.15º | 0.32% | 0.6% | - |
| HSV(B) | 82.15º | 0.35% | 0.73% | - |
| XYZ | 35.91 | 44.18 | 24.72 | - |
| YUV | 171.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 121 | 0.13 | 0 | 0.35 | 0.27 | 82.15 | 0.32 | 0.6 |
| Hex | A2 | BA | 79 | D | 0 | 23 | 1B | 52 | 20 | 3C |
| Octal | 242 | 272 | 171 | 15 | 0 | 43 | 33 | 122 | 40 | 74 |
| Binary | 10100010 | 10111010 | 1111001 | 1101 | 0 | 100011 | 11011 | 1010010 | 100000 | 111100 |
Color Harmonies of #A2BA79
Complementary color
Monochromatic Colors of #A2BA79
Black with #A2BA79
Text Example
Text Example
White with #A2BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA79; }
p { color: rgb(162,186,121); }
H1.HeaderClassName
{
color: #A2BA79;
}
.AnyTagClassName
{
color: #A2BA79;
}
</style>
background-color css
<style>
a { background-color: #A2BA79; }
a { background-color: rgb(162,186,121); }
div.DivClassName
{
background-color: #A2BA79;
}
.BgClassName
{
background-color: #A2BA79;
}
</style>
border-color css
<style>
span { border-color: #A2BA79; }
span { border-color: rgb(162,186,121); }
td.TdClassName
{
border-color: #A2BA79;
}
.TagClassName
{
border-color: #A2BA79;
}
</style>