Shades of Green Smoke #A0BA5F
Tints of Green Smoke #A0BA5F
RGB
CMYK
RGB Variations
Color information
#A0BA5F (or 0xA0BA5F) is known color: Green Smoke. HEX triplet: A0, BA and 5F. RGB value is (160,186,95). Sum of RGB (Red+Green+Blue) = 160+186+95=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5F is #5F45A0. Grayscale: #A8A8A8. Windows color (decimal): -6243745 or 6273696. OLE color: 6273696.
HSL color Cylindrical-coordinate representation of color #A0BA5F: hue angle of 77.14º 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 #A0BA5F is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 95 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.27 |
| HSL | 77.14º | 0.4% | 0.55% | - |
| HSV(B) | 77.14º | 0.49% | 0.73% | - |
| XYZ | 34.12 | 43.42 | 17.41 | - |
| YUV | 167.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 95 | 0.14 | 0 | 0.49 | 0.27 | 77.14 | 0.4 | 0.55 |
| Hex | A0 | BA | 5F | E | 0 | 31 | 1B | 4D | 28 | 37 |
| Octal | 240 | 272 | 137 | 16 | 0 | 61 | 33 | 115 | 50 | 67 |
| Binary | 10100000 | 10111010 | 1011111 | 1110 | 0 | 110001 | 11011 | 1001101 | 101000 | 110111 |
Color Harmonies of #A0BA5F
Complementary color
Monochromatic Colors of #A0BA5F
Black with #A0BA5F
Text Example
Text Example
White with #A0BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5F; }
p { color: rgb(160,186,95); }
H1.HeaderClassName
{
color: #A0BA5F;
}
.AnyTagClassName
{
color: #A0BA5F;
}
</style>
background-color css
<style>
a { background-color: #A0BA5F; }
a { background-color: rgb(160,186,95); }
div.DivClassName
{
background-color: #A0BA5F;
}
.BgClassName
{
background-color: #A0BA5F;
}
</style>
border-color css
<style>
span { border-color: #A0BA5F; }
span { border-color: rgb(160,186,95); }
td.TdClassName
{
border-color: #A0BA5F;
}
.TagClassName
{
border-color: #A0BA5F;
}
</style>