Shades of Green Smoke #A2B557
Tints of Green Smoke #A2B557
RGB
CMYK
RGB Variations
Color information
#A2B557 (or 0xA2B557) is known color: Green Smoke. HEX triplet: A2, B5 and 57. RGB value is (162,181,87). Sum of RGB (Red+Green+Blue) = 162+181+87=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B557 is #5D4AA8. Grayscale: #A4A4A4. Windows color (decimal): -6113961 or 5748130. OLE color: 5748130.
HSL color Cylindrical-coordinate representation of color #A2B557: hue angle of 72.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2B557 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 87 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.29 |
| HSL | 72.13º | 0.39% | 0.53% | - |
| HSV(B) | 72.13º | 0.52% | 0.71% | - |
| XYZ | 33.14 | 41.42 | 15.26 | - |
| YUV | 164.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 87 | 0.10 | 0 | 0.52 | 0.29 | 72.13 | 0.39 | 0.53 |
| Hex | A2 | B5 | 57 | A | 0 | 34 | 1D | 48 | 27 | 35 |
| Octal | 242 | 265 | 127 | 12 | 0 | 64 | 35 | 110 | 47 | 65 |
| Binary | 10100010 | 10110101 | 1010111 | 1010 | 0 | 110100 | 11101 | 1001000 | 100111 | 110101 |
Color Harmonies of #A2B557
Complementary color
Monochromatic Colors of #A2B557
Black with #A2B557
Text Example
Text Example
White with #A2B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B557; }
p { color: rgb(162,181,87); }
H1.HeaderClassName
{
color: #A2B557;
}
.AnyTagClassName
{
color: #A2B557;
}
</style>
background-color css
<style>
a { background-color: #A2B557; }
a { background-color: rgb(162,181,87); }
div.DivClassName
{
background-color: #A2B557;
}
.BgClassName
{
background-color: #A2B557;
}
</style>
border-color css
<style>
span { border-color: #A2B557; }
span { border-color: rgb(162,181,87); }
td.TdClassName
{
border-color: #A2B557;
}
.TagClassName
{
border-color: #A2B557;
}
</style>