Shades of Green Smoke #A2B85E
Tints of Green Smoke #A2B85E
RGB
CMYK
RGB Variations
Color information
#A2B85E (or 0xA2B85E) is known color: Green Smoke. HEX triplet: A2, B8 and 5E. RGB value is (162,184,94). Sum of RGB (Red+Green+Blue) = 162+184+94=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B85E is #5D47A1. Grayscale: #A7A7A7. Windows color (decimal): -6113186 or 6207650. OLE color: 6207650.
HSL color Cylindrical-coordinate representation of color #A2B85E: hue angle of 74.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2B85E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 94 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.28 |
| HSL | 74.67º | 0.39% | 0.55% | - |
| HSV(B) | 74.67º | 0.49% | 0.72% | - |
| XYZ | 34.06 | 42.77 | 17.05 | - |
| YUV | 167.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 94 | 0.12 | 0 | 0.49 | 0.28 | 74.67 | 0.39 | 0.55 |
| Hex | A2 | B8 | 5E | C | 0 | 31 | 1C | 4B | 27 | 37 |
| Octal | 242 | 270 | 136 | 14 | 0 | 61 | 34 | 113 | 47 | 67 |
| Binary | 10100010 | 10111000 | 1011110 | 1100 | 0 | 110001 | 11100 | 1001011 | 100111 | 110111 |
Color Harmonies of #A2B85E
Complementary color
Monochromatic Colors of #A2B85E
Black with #A2B85E
Text Example
Text Example
White with #A2B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B85E; }
p { color: rgb(162,184,94); }
H1.HeaderClassName
{
color: #A2B85E;
}
.AnyTagClassName
{
color: #A2B85E;
}
</style>
background-color css
<style>
a { background-color: #A2B85E; }
a { background-color: rgb(162,184,94); }
div.DivClassName
{
background-color: #A2B85E;
}
.BgClassName
{
background-color: #A2B85E;
}
</style>
border-color css
<style>
span { border-color: #A2B85E; }
span { border-color: rgb(162,184,94); }
td.TdClassName
{
border-color: #A2B85E;
}
.TagClassName
{
border-color: #A2B85E;
}
</style>