Shades of Green Smoke #A2B26A
Tints of Green Smoke #A2B26A
RGB
CMYK
RGB Variations
Color information
#A2B26A (or 0xA2B26A) is known color: Green Smoke. HEX triplet: A2, B2 and 6A. RGB value is (162,178,106). Sum of RGB (Red+Green+Blue) = 162+178+106=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B26A is #5D4D95. Grayscale: #A5A5A5. Windows color (decimal): -6114710 or 6992546. OLE color: 6992546.
HSL color Cylindrical-coordinate representation of color #A2B26A: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2B26A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 106 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.30 |
| HSL | 73.33º | 0.32% | 0.56% | - |
| HSV(B) | 73.33º | 0.4% | 0.7% | - |
| XYZ | 33.42 | 40.56 | 19.7 | - |
| YUV | 165.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 106 | 0.09 | 0 | 0.40 | 0.30 | 73.33 | 0.32 | 0.56 |
| Hex | A2 | B2 | 6A | 9 | 0 | 28 | 1E | 49 | 20 | 38 |
| Octal | 242 | 262 | 152 | 11 | 0 | 50 | 36 | 111 | 40 | 70 |
| Binary | 10100010 | 10110010 | 1101010 | 1001 | 0 | 101000 | 11110 | 1001001 | 100000 | 111000 |
Color Harmonies of #A2B26A
Complementary color
Monochromatic Colors of #A2B26A
Black with #A2B26A
Text Example
Text Example
White with #A2B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B26A; }
p { color: rgb(162,178,106); }
H1.HeaderClassName
{
color: #A2B26A;
}
.AnyTagClassName
{
color: #A2B26A;
}
</style>
background-color css
<style>
a { background-color: #A2B26A; }
a { background-color: rgb(162,178,106); }
div.DivClassName
{
background-color: #A2B26A;
}
.BgClassName
{
background-color: #A2B26A;
}
</style>
border-color css
<style>
span { border-color: #A2B26A; }
span { border-color: rgb(162,178,106); }
td.TdClassName
{
border-color: #A2B26A;
}
.TagClassName
{
border-color: #A2B26A;
}
</style>