Shades of Green Smoke #A0BA5E
Tints of Green Smoke #A0BA5E
RGB
CMYK
RGB Variations
Color information
#A0BA5E (or 0xA0BA5E) is known color: Green Smoke. HEX triplet: A0, BA and 5E. RGB value is (160,186,94). Sum of RGB (Red+Green+Blue) = 160+186+94=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5E is #5F45A1. Grayscale: #A8A8A8. Windows color (decimal): -6243746 or 6208160. OLE color: 6208160.
HSL color Cylindrical-coordinate representation of color #A0BA5E: hue angle of 76.96º degrees, saturation: 0.4, 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 #A0BA5E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 94 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.27 |
| HSL | 76.96º | 0.4% | 0.55% | - |
| HSV(B) | 76.96º | 0.49% | 0.73% | - |
| XYZ | 34.08 | 43.4 | 17.17 | - |
| YUV | 167.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 94 | 0.14 | 0 | 0.49 | 0.27 | 76.96 | 0.4 | 0.55 |
| Hex | A0 | BA | 5E | E | 0 | 31 | 1B | 4D | 28 | 37 |
| Octal | 240 | 272 | 136 | 16 | 0 | 61 | 33 | 115 | 50 | 67 |
| Binary | 10100000 | 10111010 | 1011110 | 1110 | 0 | 110001 | 11011 | 1001101 | 101000 | 110111 |
Color Harmonies of #A0BA5E
Complementary color
Monochromatic Colors of #A0BA5E
Black with #A0BA5E
Text Example
Text Example
White with #A0BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5E; }
p { color: rgb(160,186,94); }
H1.HeaderClassName
{
color: #A0BA5E;
}
.AnyTagClassName
{
color: #A0BA5E;
}
</style>
background-color css
<style>
a { background-color: #A0BA5E; }
a { background-color: rgb(160,186,94); }
div.DivClassName
{
background-color: #A0BA5E;
}
.BgClassName
{
background-color: #A0BA5E;
}
</style>
border-color css
<style>
span { border-color: #A0BA5E; }
span { border-color: rgb(160,186,94); }
td.TdClassName
{
border-color: #A0BA5E;
}
.TagClassName
{
border-color: #A0BA5E;
}
</style>