Shades of Olivine #A2B97C
Tints of Olivine #A2B97C
RGB
CMYK
RGB Variations
Color information
#A2B97C (or 0xA2B97C) is known color: Olivine. HEX triplet: A2, B9 and 7C. RGB value is (162,185,124). Sum of RGB (Red+Green+Blue) = 162+185+124=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B97C is #5D4683. Grayscale: #ABABAB. Windows color (decimal): -6112900 or 8173986. OLE color: 8173986.
HSL color Cylindrical-coordinate representation of color #A2B97C: hue angle of 82.62º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B97C is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 124 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.27 |
| HSL | 82.62º | 0.3% | 0.61% | - |
| HSV(B) | 82.62º | 0.33% | 0.73% | - |
| XYZ | 35.89 | 43.83 | 25.64 | - |
| YUV | 171.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 124 | 0.12 | 0 | 0.33 | 0.27 | 82.62 | 0.3 | 0.61 |
| Hex | A2 | B9 | 7C | C | 0 | 21 | 1B | 53 | 1E | 3D |
| Octal | 242 | 271 | 174 | 14 | 0 | 41 | 33 | 123 | 36 | 75 |
| Binary | 10100010 | 10111001 | 1111100 | 1100 | 0 | 100001 | 11011 | 1010011 | 11110 | 111101 |
Color Harmonies of #A2B97C
Complementary color
Monochromatic Colors of #A2B97C
Black with #A2B97C
Text Example
Text Example
White with #A2B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B97C; }
p { color: rgb(162,185,124); }
H1.HeaderClassName
{
color: #A2B97C;
}
.AnyTagClassName
{
color: #A2B97C;
}
</style>
background-color css
<style>
a { background-color: #A2B97C; }
a { background-color: rgb(162,185,124); }
div.DivClassName
{
background-color: #A2B97C;
}
.BgClassName
{
background-color: #A2B97C;
}
</style>
border-color css
<style>
span { border-color: #A2B97C; }
span { border-color: rgb(162,185,124); }
td.TdClassName
{
border-color: #A2B97C;
}
.TagClassName
{
border-color: #A2B97C;
}
</style>