Shades of Green Smoke #A2B25E
Tints of Green Smoke #A2B25E
RGB
CMYK
RGB Variations
Color information
#A2B25E (or 0xA2B25E) is known color: Green Smoke. HEX triplet: A2, B2 and 5E. RGB value is (162,178,94). Sum of RGB (Red+Green+Blue) = 162+178+94=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B25E is #5D4DA1. Grayscale: #A3A3A3. Windows color (decimal): -6114722 or 6206114. OLE color: 6206114.
HSL color Cylindrical-coordinate representation of color #A2B25E: hue angle of 71.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2B25E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 94 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.30 |
| HSL | 71.43º | 0.35% | 0.53% | - |
| HSV(B) | 71.43º | 0.47% | 0.7% | - |
| XYZ | 32.84 | 40.33 | 16.64 | - |
| YUV | 163.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 94 | 0.09 | 0 | 0.47 | 0.30 | 71.43 | 0.35 | 0.53 |
| Hex | A2 | B2 | 5E | 9 | 0 | 2F | 1E | 47 | 23 | 35 |
| Octal | 242 | 262 | 136 | 11 | 0 | 57 | 36 | 107 | 43 | 65 |
| Binary | 10100010 | 10110010 | 1011110 | 1001 | 0 | 101111 | 11110 | 1000111 | 100011 | 110101 |
Color Harmonies of #A2B25E
Complementary color
Monochromatic Colors of #A2B25E
Black with #A2B25E
Text Example
Text Example
White with #A2B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B25E; }
p { color: rgb(162,178,94); }
H1.HeaderClassName
{
color: #A2B25E;
}
.AnyTagClassName
{
color: #A2B25E;
}
</style>
background-color css
<style>
a { background-color: #A2B25E; }
a { background-color: rgb(162,178,94); }
div.DivClassName
{
background-color: #A2B25E;
}
.BgClassName
{
background-color: #A2B25E;
}
</style>
border-color css
<style>
span { border-color: #A2B25E; }
span { border-color: rgb(162,178,94); }
td.TdClassName
{
border-color: #A2B25E;
}
.TagClassName
{
border-color: #A2B25E;
}
</style>