Shades of Green Smoke #A2B656
Tints of Green Smoke #A2B656
RGB
CMYK
RGB Variations
Color information
#A2B656 (or 0xA2B656) is known color: Green Smoke. HEX triplet: A2, B6 and 56. RGB value is (162,182,86). Sum of RGB (Red+Green+Blue) = 162+182+86=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B656 is #5D49A9. Grayscale: #A5A5A5. Windows color (decimal): -6113706 or 5682850. OLE color: 5682850.
HSL color Cylindrical-coordinate representation of color #A2B656: hue angle of 72.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2B656 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 86 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.29 |
| HSL | 72.5º | 0.4% | 0.53% | - |
| HSV(B) | 72.5º | 0.53% | 0.71% | - |
| XYZ | 33.31 | 41.81 | 15.12 | - |
| YUV | 165.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 86 | 0.11 | 0 | 0.53 | 0.29 | 72.5 | 0.4 | 0.53 |
| Hex | A2 | B6 | 56 | B | 0 | 35 | 1D | 48 | 28 | 35 |
| Octal | 242 | 266 | 126 | 13 | 0 | 65 | 35 | 110 | 50 | 65 |
| Binary | 10100010 | 10110110 | 1010110 | 1011 | 0 | 110101 | 11101 | 1001000 | 101000 | 110101 |
Color Harmonies of #A2B656
Complementary color
Monochromatic Colors of #A2B656
Black with #A2B656
Text Example
Text Example
White with #A2B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B656; }
p { color: rgb(162,182,86); }
H1.HeaderClassName
{
color: #A2B656;
}
.AnyTagClassName
{
color: #A2B656;
}
</style>
background-color css
<style>
a { background-color: #A2B656; }
a { background-color: rgb(162,182,86); }
div.DivClassName
{
background-color: #A2B656;
}
.BgClassName
{
background-color: #A2B656;
}
</style>
border-color css
<style>
span { border-color: #A2B656; }
span { border-color: rgb(162,182,86); }
td.TdClassName
{
border-color: #A2B656;
}
.TagClassName
{
border-color: #A2B656;
}
</style>