Shades of Green Smoke #A2B353
Tints of Green Smoke #A2B353
RGB
CMYK
RGB Variations
Color information
#A2B353 (or 0xA2B353) is known color: Green Smoke. HEX triplet: A2, B3 and 53. RGB value is (162,179,83). Sum of RGB (Red+Green+Blue) = 162+179+83=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B353 is #5D4CAC. Grayscale: #A3A3A3. Windows color (decimal): -6114477 or 5485474. OLE color: 5485474.
HSL color Cylindrical-coordinate representation of color #A2B353: hue angle of 70.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2B353 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 83 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.30 |
| HSL | 70.62º | 0.39% | 0.51% | - |
| HSV(B) | 70.62º | 0.54% | 0.7% | - |
| XYZ | 32.58 | 40.55 | 14.29 | - |
| YUV | 162.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 83 | 0.09 | 0 | 0.54 | 0.30 | 70.62 | 0.39 | 0.51 |
| Hex | A2 | B3 | 53 | 9 | 0 | 36 | 1E | 47 | 27 | 33 |
| Octal | 242 | 263 | 123 | 11 | 0 | 66 | 36 | 107 | 47 | 63 |
| Binary | 10100010 | 10110011 | 1010011 | 1001 | 0 | 110110 | 11110 | 1000111 | 100111 | 110011 |
Color Harmonies of #A2B353
Complementary color
Monochromatic Colors of #A2B353
Black with #A2B353
Text Example
Text Example
White with #A2B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B353; }
p { color: rgb(162,179,83); }
H1.HeaderClassName
{
color: #A2B353;
}
.AnyTagClassName
{
color: #A2B353;
}
</style>
background-color css
<style>
a { background-color: #A2B353; }
a { background-color: rgb(162,179,83); }
div.DivClassName
{
background-color: #A2B353;
}
.BgClassName
{
background-color: #A2B353;
}
</style>
border-color css
<style>
span { border-color: #A2B353; }
span { border-color: rgb(162,179,83); }
td.TdClassName
{
border-color: #A2B353;
}
.TagClassName
{
border-color: #A2B353;
}
</style>