Shades of Green Smoke #A2AB4E
Tints of Green Smoke #A2AB4E
RGB
CMYK
RGB Variations
Color information
#A2AB4E (or 0xA2AB4E) is known color: Green Smoke. HEX triplet: A2, AB and 4E. RGB value is (162,171,78). Sum of RGB (Red+Green+Blue) = 162+171+78=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB4E is #5D54B1. Grayscale: #9E9E9E. Windows color (decimal): -6116530 or 5155746. OLE color: 5155746.
HSL color Cylindrical-coordinate representation of color #A2AB4E: hue angle of 65.81º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2AB4E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 78 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.33 |
| HSL | 65.81º | 0.37% | 0.49% | - |
| HSV(B) | 65.81º | 0.54% | 0.67% | - |
| XYZ | 30.84 | 37.36 | 12.79 | - |
| YUV | 157.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 78 | 0.05 | 0 | 0.54 | 0.33 | 65.81 | 0.37 | 0.49 |
| Hex | A2 | AB | 4E | 5 | 0 | 36 | 21 | 42 | 25 | 31 |
| Octal | 242 | 253 | 116 | 5 | 0 | 66 | 41 | 102 | 45 | 61 |
| Binary | 10100010 | 10101011 | 1001110 | 101 | 0 | 110110 | 100001 | 1000010 | 100101 | 110001 |
Color Harmonies of #A2AB4E
Complementary color
Monochromatic Colors of #A2AB4E
Black with #A2AB4E
Text Example
Text Example
White with #A2AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB4E; }
p { color: rgb(162,171,78); }
H1.HeaderClassName
{
color: #A2AB4E;
}
.AnyTagClassName
{
color: #A2AB4E;
}
</style>
background-color css
<style>
a { background-color: #A2AB4E; }
a { background-color: rgb(162,171,78); }
div.DivClassName
{
background-color: #A2AB4E;
}
.BgClassName
{
background-color: #A2AB4E;
}
</style>
border-color css
<style>
span { border-color: #A2AB4E; }
span { border-color: rgb(162,171,78); }
td.TdClassName
{
border-color: #A2AB4E;
}
.TagClassName
{
border-color: #A2AB4E;
}
</style>