Shades of Green Smoke #A0BA5A
Tints of Green Smoke #A0BA5A
RGB
CMYK
RGB Variations
Color information
#A0BA5A (or 0xA0BA5A) is known color: Green Smoke. HEX triplet: A0, BA and 5A. RGB value is (160,186,90). Sum of RGB (Red+Green+Blue) = 160+186+90=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5A is #5F45A5. Grayscale: #A7A7A7. Windows color (decimal): -6243750 or 5946016. OLE color: 5946016.
HSL color Cylindrical-coordinate representation of color #A0BA5A: hue angle of 76.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0BA5A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 90 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.27 |
| HSL | 76.25º | 0.41% | 0.54% | - |
| HSV(B) | 76.25º | 0.52% | 0.73% | - |
| XYZ | 33.9 | 43.33 | 16.25 | - |
| YUV | 167.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 90 | 0.14 | 0 | 0.52 | 0.27 | 76.25 | 0.41 | 0.54 |
| Hex | A0 | BA | 5A | E | 0 | 34 | 1B | 4C | 29 | 36 |
| Octal | 240 | 272 | 132 | 16 | 0 | 64 | 33 | 114 | 51 | 66 |
| Binary | 10100000 | 10111010 | 1011010 | 1110 | 0 | 110100 | 11011 | 1001100 | 101001 | 110110 |
Color Harmonies of #A0BA5A
Complementary color
Monochromatic Colors of #A0BA5A
Black with #A0BA5A
Text Example
Text Example
White with #A0BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5A; }
p { color: rgb(160,186,90); }
H1.HeaderClassName
{
color: #A0BA5A;
}
.AnyTagClassName
{
color: #A0BA5A;
}
</style>
background-color css
<style>
a { background-color: #A0BA5A; }
a { background-color: rgb(160,186,90); }
div.DivClassName
{
background-color: #A0BA5A;
}
.BgClassName
{
background-color: #A0BA5A;
}
</style>
border-color css
<style>
span { border-color: #A0BA5A; }
span { border-color: rgb(160,186,90); }
td.TdClassName
{
border-color: #A0BA5A;
}
.TagClassName
{
border-color: #A0BA5A;
}
</style>