Shades of Green Smoke #A2A25B
Tints of Green Smoke #A2A25B
RGB
CMYK
RGB Variations
Color information
#A2A25B (or 0xA2A25B) is known color: Green Smoke. HEX triplet: A2, A2 and 5B. RGB value is (162,162,91). Sum of RGB (Red+Green+Blue) = 162+162+91=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A25B is #5D5DA4. Grayscale: #9A9A9A. Windows color (decimal): -6118821 or 6005410. OLE color: 6005410.
HSL color Cylindrical-coordinate representation of color #A2A25B: hue angle of 60º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2A25B is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 91 | - |
| CMYK | 0 | 0 | 0.44 | 0.36 |
| HSL | 60º | 0.28% | 0.5% | - |
| HSV(B) | 60º | 0.44% | 0.64% | - |
| XYZ | 29.71 | 34.28 | 14.95 | - |
| YUV | 153.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 91 | 0 | 0 | 0.44 | 0.36 | 60 | 0.28 | 0.5 |
| Hex | A2 | A2 | 5B | 0 | 0 | 2C | 24 | 3C | 1C | 32 |
| Octal | 242 | 242 | 133 | 0 | 0 | 54 | 44 | 74 | 34 | 62 |
| Binary | 10100010 | 10100010 | 1011011 | 0 | 0 | 101100 | 100100 | 111100 | 11100 | 110010 |
Color Harmonies of #A2A25B
Complementary color
Monochromatic Colors of #A2A25B
Black with #A2A25B
Text Example
Text Example
White with #A2A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A25B; }
p { color: rgb(162,162,91); }
H1.HeaderClassName
{
color: #A2A25B;
}
.AnyTagClassName
{
color: #A2A25B;
}
</style>
background-color css
<style>
a { background-color: #A2A25B; }
a { background-color: rgb(162,162,91); }
div.DivClassName
{
background-color: #A2A25B;
}
.BgClassName
{
background-color: #A2A25B;
}
</style>
border-color css
<style>
span { border-color: #A2A25B; }
span { border-color: rgb(162,162,91); }
td.TdClassName
{
border-color: #A2A25B;
}
.TagClassName
{
border-color: #A2A25B;
}
</style>