Shades of Green Smoke #A0BA5D
Tints of Green Smoke #A0BA5D
RGB
CMYK
RGB Variations
Color information
#A0BA5D (or 0xA0BA5D) is known color: Green Smoke. HEX triplet: A0, BA and 5D. RGB value is (160,186,93). Sum of RGB (Red+Green+Blue) = 160+186+93=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5D is #5F45A2. Grayscale: #A7A7A7. Windows color (decimal): -6243747 or 6142624. OLE color: 6142624.
HSL color Cylindrical-coordinate representation of color #A0BA5D: hue angle of 76.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0BA5D is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 93 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.27 |
| HSL | 76.77º | 0.4% | 0.55% | - |
| HSV(B) | 76.77º | 0.5% | 0.73% | - |
| XYZ | 34.03 | 43.38 | 16.94 | - |
| YUV | 167.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 93 | 0.14 | 0 | 0.5 | 0.27 | 76.77 | 0.4 | 0.55 |
| Hex | A0 | BA | 5D | E | 0 | 32 | 1B | 4D | 28 | 37 |
| Octal | 240 | 272 | 135 | 16 | 0 | 62 | 33 | 115 | 50 | 67 |
| Binary | 10100000 | 10111010 | 1011101 | 1110 | 0 | 110010 | 11011 | 1001101 | 101000 | 110111 |
Color Harmonies of #A0BA5D
Complementary color
Monochromatic Colors of #A0BA5D
Black with #A0BA5D
Text Example
Text Example
White with #A0BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5D; }
p { color: rgb(160,186,93); }
H1.HeaderClassName
{
color: #A0BA5D;
}
.AnyTagClassName
{
color: #A0BA5D;
}
</style>
background-color css
<style>
a { background-color: #A0BA5D; }
a { background-color: rgb(160,186,93); }
div.DivClassName
{
background-color: #A0BA5D;
}
.BgClassName
{
background-color: #A0BA5D;
}
</style>
border-color css
<style>
span { border-color: #A0BA5D; }
span { border-color: rgb(160,186,93); }
td.TdClassName
{
border-color: #A0BA5D;
}
.TagClassName
{
border-color: #A0BA5D;
}
</style>