Shades of Green Smoke #A2B558
Tints of Green Smoke #A2B558
RGB
CMYK
RGB Variations
Color information
#A2B558 (or 0xA2B558) is known color: Green Smoke. HEX triplet: A2, B5 and 58. RGB value is (162,181,88). Sum of RGB (Red+Green+Blue) = 162+181+88=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B558 is #5D4AA7. Grayscale: #A5A5A5. Windows color (decimal): -6113960 or 5813666. OLE color: 5813666.
HSL color Cylindrical-coordinate representation of color #A2B558: hue angle of 72.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2B558 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 88 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.29 |
| HSL | 72.26º | 0.39% | 0.53% | - |
| HSV(B) | 72.26º | 0.51% | 0.71% | - |
| XYZ | 33.19 | 41.43 | 15.48 | - |
| YUV | 164.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 88 | 0.10 | 0 | 0.51 | 0.29 | 72.26 | 0.39 | 0.53 |
| Hex | A2 | B5 | 58 | A | 0 | 33 | 1D | 48 | 27 | 35 |
| Octal | 242 | 265 | 130 | 12 | 0 | 63 | 35 | 110 | 47 | 65 |
| Binary | 10100010 | 10110101 | 1011000 | 1010 | 0 | 110011 | 11101 | 1001000 | 100111 | 110101 |
Color Harmonies of #A2B558
Complementary color
Monochromatic Colors of #A2B558
Black with #A2B558
Text Example
Text Example
White with #A2B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B558; }
p { color: rgb(162,181,88); }
H1.HeaderClassName
{
color: #A2B558;
}
.AnyTagClassName
{
color: #A2B558;
}
</style>
background-color css
<style>
a { background-color: #A2B558; }
a { background-color: rgb(162,181,88); }
div.DivClassName
{
background-color: #A2B558;
}
.BgClassName
{
background-color: #A2B558;
}
</style>
border-color css
<style>
span { border-color: #A2B558; }
span { border-color: rgb(162,181,88); }
td.TdClassName
{
border-color: #A2B558;
}
.TagClassName
{
border-color: #A2B558;
}
</style>