Shades of Green Smoke #A2A65B
Tints of Green Smoke #A2A65B
RGB
CMYK
RGB Variations
Color information
#A2A65B (or 0xA2A65B) is known color: Green Smoke. HEX triplet: A2, A6 and 5B. RGB value is (162,166,91). Sum of RGB (Red+Green+Blue) = 162+166+91=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A65B is #5D59A4. Grayscale: #9C9C9C. Windows color (decimal): -6117797 or 6006434. OLE color: 6006434.
HSL color Cylindrical-coordinate representation of color #A2A65B: hue angle of 63.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2A65B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 91 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.35 |
| HSL | 63.2º | 0.3% | 0.5% | - |
| HSV(B) | 63.2º | 0.45% | 0.65% | - |
| XYZ | 30.42 | 35.71 | 15.19 | - |
| YUV | 156.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 91 | 0.02 | 0 | 0.45 | 0.35 | 63.2 | 0.3 | 0.5 |
| Hex | A2 | A6 | 5B | 2 | 0 | 2D | 23 | 3F | 1E | 32 |
| Octal | 242 | 246 | 133 | 2 | 0 | 55 | 43 | 77 | 36 | 62 |
| Binary | 10100010 | 10100110 | 1011011 | 10 | 0 | 101101 | 100011 | 111111 | 11110 | 110010 |
Color Harmonies of #A2A65B
Complementary color
Monochromatic Colors of #A2A65B
Black with #A2A65B
Text Example
Text Example
White with #A2A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A65B; }
p { color: rgb(162,166,91); }
H1.HeaderClassName
{
color: #A2A65B;
}
.AnyTagClassName
{
color: #A2A65B;
}
</style>
background-color css
<style>
a { background-color: #A2A65B; }
a { background-color: rgb(162,166,91); }
div.DivClassName
{
background-color: #A2A65B;
}
.BgClassName
{
background-color: #A2A65B;
}
</style>
border-color css
<style>
span { border-color: #A2A65B; }
span { border-color: rgb(162,166,91); }
td.TdClassName
{
border-color: #A2A65B;
}
.TagClassName
{
border-color: #A2A65B;
}
</style>