Shades of Green Smoke #A2B355
Tints of Green Smoke #A2B355
RGB
CMYK
RGB Variations
Color information
#A2B355 (or 0xA2B355) is known color: Green Smoke. HEX triplet: A2, B3 and 55. RGB value is (162,179,85). Sum of RGB (Red+Green+Blue) = 162+179+85=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B355 is #5D4CAA. Grayscale: #A3A3A3. Windows color (decimal): -6114475 or 5616546. OLE color: 5616546.
HSL color Cylindrical-coordinate representation of color #A2B355: hue angle of 70.85º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2B355 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 85 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.30 |
| HSL | 70.85º | 0.38% | 0.52% | - |
| HSV(B) | 70.85º | 0.53% | 0.7% | - |
| XYZ | 32.66 | 40.58 | 14.71 | - |
| YUV | 163.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 85 | 0.09 | 0 | 0.53 | 0.30 | 70.85 | 0.38 | 0.52 |
| Hex | A2 | B3 | 55 | 9 | 0 | 35 | 1E | 47 | 26 | 34 |
| Octal | 242 | 263 | 125 | 11 | 0 | 65 | 36 | 107 | 46 | 64 |
| Binary | 10100010 | 10110011 | 1010101 | 1001 | 0 | 110101 | 11110 | 1000111 | 100110 | 110100 |
Color Harmonies of #A2B355
Complementary color
Monochromatic Colors of #A2B355
Black with #A2B355
Text Example
Text Example
White with #A2B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B355; }
p { color: rgb(162,179,85); }
H1.HeaderClassName
{
color: #A2B355;
}
.AnyTagClassName
{
color: #A2B355;
}
</style>
background-color css
<style>
a { background-color: #A2B355; }
a { background-color: rgb(162,179,85); }
div.DivClassName
{
background-color: #A2B355;
}
.BgClassName
{
background-color: #A2B355;
}
</style>
border-color css
<style>
span { border-color: #A2B355; }
span { border-color: rgb(162,179,85); }
td.TdClassName
{
border-color: #A2B355;
}
.TagClassName
{
border-color: #A2B355;
}
</style>