Shades of Green Smoke #A0B95E
Tints of Green Smoke #A0B95E
RGB
CMYK
RGB Variations
Color information
#A0B95E (or 0xA0B95E) is known color: Green Smoke. HEX triplet: A0, B9 and 5E. RGB value is (160,185,94). Sum of RGB (Red+Green+Blue) = 160+185+94=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B95E is #5F46A1. Grayscale: #A7A7A7. Windows color (decimal): -6244002 or 6207904. OLE color: 6207904.
HSL color Cylindrical-coordinate representation of color #A0B95E: hue angle of 76.48º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0B95E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 94 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.27 |
| HSL | 76.48º | 0.39% | 0.55% | - |
| HSV(B) | 76.48º | 0.49% | 0.73% | - |
| XYZ | 33.87 | 42.98 | 17.1 | - |
| YUV | 167.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 94 | 0.14 | 0 | 0.49 | 0.27 | 76.48 | 0.39 | 0.55 |
| Hex | A0 | B9 | 5E | E | 0 | 31 | 1B | 4C | 27 | 37 |
| Octal | 240 | 271 | 136 | 16 | 0 | 61 | 33 | 114 | 47 | 67 |
| Binary | 10100000 | 10111001 | 1011110 | 1110 | 0 | 110001 | 11011 | 1001100 | 100111 | 110111 |
Color Harmonies of #A0B95E
Complementary color
Monochromatic Colors of #A0B95E
Black with #A0B95E
Text Example
Text Example
White with #A0B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B95E; }
p { color: rgb(160,185,94); }
H1.HeaderClassName
{
color: #A0B95E;
}
.AnyTagClassName
{
color: #A0B95E;
}
</style>
background-color css
<style>
a { background-color: #A0B95E; }
a { background-color: rgb(160,185,94); }
div.DivClassName
{
background-color: #A0B95E;
}
.BgClassName
{
background-color: #A0B95E;
}
</style>
border-color css
<style>
span { border-color: #A0B95E; }
span { border-color: rgb(160,185,94); }
td.TdClassName
{
border-color: #A0B95E;
}
.TagClassName
{
border-color: #A0B95E;
}
</style>