Shades of Green Smoke #A2B756
Tints of Green Smoke #A2B756
RGB
CMYK
RGB Variations
Color information
#A2B756 (or 0xA2B756) is known color: Green Smoke. HEX triplet: A2, B7 and 56. RGB value is (162,183,86). Sum of RGB (Red+Green+Blue) = 162+183+86=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B756 is #5D48A9. Grayscale: #A6A6A6. Windows color (decimal): -6113450 or 5683106. OLE color: 5683106.
HSL color Cylindrical-coordinate representation of color #A2B756: hue angle of 72.99º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2B756 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 86 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.28 |
| HSL | 72.99º | 0.4% | 0.53% | - |
| HSV(B) | 72.99º | 0.53% | 0.72% | - |
| XYZ | 33.51 | 42.22 | 15.19 | - |
| YUV | 165.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 86 | 0.11 | 0 | 0.53 | 0.28 | 72.99 | 0.4 | 0.53 |
| Hex | A2 | B7 | 56 | B | 0 | 35 | 1C | 49 | 28 | 35 |
| Octal | 242 | 267 | 126 | 13 | 0 | 65 | 34 | 111 | 50 | 65 |
| Binary | 10100010 | 10110111 | 1010110 | 1011 | 0 | 110101 | 11100 | 1001001 | 101000 | 110101 |
Color Harmonies of #A2B756
Complementary color
Monochromatic Colors of #A2B756
Black with #A2B756
Text Example
Text Example
White with #A2B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B756; }
p { color: rgb(162,183,86); }
H1.HeaderClassName
{
color: #A2B756;
}
.AnyTagClassName
{
color: #A2B756;
}
</style>
background-color css
<style>
a { background-color: #A2B756; }
a { background-color: rgb(162,183,86); }
div.DivClassName
{
background-color: #A2B756;
}
.BgClassName
{
background-color: #A2B756;
}
</style>
border-color css
<style>
span { border-color: #A2B756; }
span { border-color: rgb(162,183,86); }
td.TdClassName
{
border-color: #A2B756;
}
.TagClassName
{
border-color: #A2B756;
}
</style>