Shades of Olivine #A2B96A
Tints of Olivine #A2B96A
RGB
CMYK
RGB Variations
Color information
#A2B96A (or 0xA2B96A) is known color: Olivine. HEX triplet: A2, B9 and 6A. RGB value is (162,185,106). Sum of RGB (Red+Green+Blue) = 162+185+106=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96A is #5D4695. Grayscale: #A9A9A9. Windows color (decimal): -6112918 or 6994338. OLE color: 6994338.
HSL color Cylindrical-coordinate representation of color #A2B96A: hue angle of 77.47º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2B96A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 106 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.27 |
| HSL | 77.47º | 0.36% | 0.57% | - |
| HSV(B) | 77.47º | 0.43% | 0.73% | - |
| XYZ | 34.85 | 43.42 | 20.18 | - |
| YUV | 169.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 106 | 0.12 | 0 | 0.43 | 0.27 | 77.47 | 0.36 | 0.57 |
| Hex | A2 | B9 | 6A | C | 0 | 2B | 1B | 4D | 24 | 39 |
| Octal | 242 | 271 | 152 | 14 | 0 | 53 | 33 | 115 | 44 | 71 |
| Binary | 10100010 | 10111001 | 1101010 | 1100 | 0 | 101011 | 11011 | 1001101 | 100100 | 111001 |
Color Harmonies of #A2B96A
Complementary color
Monochromatic Colors of #A2B96A
Black with #A2B96A
Text Example
Text Example
White with #A2B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B96A; }
p { color: rgb(162,185,106); }
H1.HeaderClassName
{
color: #A2B96A;
}
.AnyTagClassName
{
color: #A2B96A;
}
</style>
background-color css
<style>
a { background-color: #A2B96A; }
a { background-color: rgb(162,185,106); }
div.DivClassName
{
background-color: #A2B96A;
}
.BgClassName
{
background-color: #A2B96A;
}
</style>
border-color css
<style>
span { border-color: #A2B96A; }
span { border-color: rgb(162,185,106); }
td.TdClassName
{
border-color: #A2B96A;
}
.TagClassName
{
border-color: #A2B96A;
}
</style>