Shades of Green Smoke #A2A85B
Tints of Green Smoke #A2A85B
RGB
CMYK
RGB Variations
Color information
#A2A85B (or 0xA2A85B) is known color: Green Smoke. HEX triplet: A2, A8 and 5B. RGB value is (162,168,91). Sum of RGB (Red+Green+Blue) = 162+168+91=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A85B is #5D57A4. Grayscale: #9D9D9D. Windows color (decimal): -6117285 or 6006946. OLE color: 6006946.
HSL color Cylindrical-coordinate representation of color #A2A85B: hue angle of 64.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2A85B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 91 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.34 |
| HSL | 64.68º | 0.31% | 0.51% | - |
| HSV(B) | 64.68º | 0.46% | 0.66% | - |
| XYZ | 30.79 | 36.44 | 15.31 | - |
| YUV | 157.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 91 | 0.04 | 0 | 0.46 | 0.34 | 64.68 | 0.31 | 0.51 |
| Hex | A2 | A8 | 5B | 4 | 0 | 2E | 22 | 41 | 1F | 33 |
| Octal | 242 | 250 | 133 | 4 | 0 | 56 | 42 | 101 | 37 | 63 |
| Binary | 10100010 | 10101000 | 1011011 | 100 | 0 | 101110 | 100010 | 1000001 | 11111 | 110011 |
Color Harmonies of #A2A85B
Complementary color
Monochromatic Colors of #A2A85B
Black with #A2A85B
Text Example
Text Example
White with #A2A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A85B; }
p { color: rgb(162,168,91); }
H1.HeaderClassName
{
color: #A2A85B;
}
.AnyTagClassName
{
color: #A2A85B;
}
</style>
background-color css
<style>
a { background-color: #A2A85B; }
a { background-color: rgb(162,168,91); }
div.DivClassName
{
background-color: #A2A85B;
}
.BgClassName
{
background-color: #A2A85B;
}
</style>
border-color css
<style>
span { border-color: #A2A85B; }
span { border-color: rgb(162,168,91); }
td.TdClassName
{
border-color: #A2A85B;
}
.TagClassName
{
border-color: #A2A85B;
}
</style>