Shades of Green Smoke #A2B16E
Tints of Green Smoke #A2B16E
RGB
CMYK
RGB Variations
Color information
#A2B16E (or 0xA2B16E) is known color: Green Smoke. HEX triplet: A2, B1 and 6E. RGB value is (162,177,110). Sum of RGB (Red+Green+Blue) = 162+177+110=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B16E is #5D4E91. Grayscale: #A5A5A5. Windows color (decimal): -6114962 or 7254434. OLE color: 7254434.
HSL color Cylindrical-coordinate representation of color #A2B16E: hue angle of 73.43º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B16E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 110 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.31 |
| HSL | 73.43º | 0.3% | 0.56% | - |
| HSV(B) | 73.43º | 0.38% | 0.69% | - |
| XYZ | 33.44 | 40.25 | 20.76 | - |
| YUV | 164.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 110 | 0.08 | 0 | 0.38 | 0.31 | 73.43 | 0.3 | 0.56 |
| Hex | A2 | B1 | 6E | 8 | 0 | 26 | 1F | 49 | 1E | 38 |
| Octal | 242 | 261 | 156 | 10 | 0 | 46 | 37 | 111 | 36 | 70 |
| Binary | 10100010 | 10110001 | 1101110 | 1000 | 0 | 100110 | 11111 | 1001001 | 11110 | 111000 |
Color Harmonies of #A2B16E
Complementary color
Monochromatic Colors of #A2B16E
Black with #A2B16E
Text Example
Text Example
White with #A2B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B16E; }
p { color: rgb(162,177,110); }
H1.HeaderClassName
{
color: #A2B16E;
}
.AnyTagClassName
{
color: #A2B16E;
}
</style>
background-color css
<style>
a { background-color: #A2B16E; }
a { background-color: rgb(162,177,110); }
div.DivClassName
{
background-color: #A2B16E;
}
.BgClassName
{
background-color: #A2B16E;
}
</style>
border-color css
<style>
span { border-color: #A2B16E; }
span { border-color: rgb(162,177,110); }
td.TdClassName
{
border-color: #A2B16E;
}
.TagClassName
{
border-color: #A2B16E;
}
</style>