Shades of Green Smoke #A0BA5B
Tints of Green Smoke #A0BA5B
RGB
CMYK
RGB Variations
Color information
#A0BA5B (or 0xA0BA5B) is known color: Green Smoke. HEX triplet: A0, BA and 5B. RGB value is (160,186,91). Sum of RGB (Red+Green+Blue) = 160+186+91=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5B is #5F45A4. Grayscale: #A7A7A7. Windows color (decimal): -6243749 or 6011552. OLE color: 6011552.
HSL color Cylindrical-coordinate representation of color #A0BA5B: hue angle of 76.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0BA5B is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 91 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.27 |
| HSL | 76.42º | 0.41% | 0.54% | - |
| HSV(B) | 76.42º | 0.51% | 0.73% | - |
| XYZ | 33.94 | 43.35 | 16.48 | - |
| YUV | 167.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 91 | 0.14 | 0 | 0.51 | 0.27 | 76.42 | 0.41 | 0.54 |
| Hex | A0 | BA | 5B | E | 0 | 33 | 1B | 4C | 29 | 36 |
| Octal | 240 | 272 | 133 | 16 | 0 | 63 | 33 | 114 | 51 | 66 |
| Binary | 10100000 | 10111010 | 1011011 | 1110 | 0 | 110011 | 11011 | 1001100 | 101001 | 110110 |
Color Harmonies of #A0BA5B
Complementary color
Monochromatic Colors of #A0BA5B
Black with #A0BA5B
Text Example
Text Example
White with #A0BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5B; }
p { color: rgb(160,186,91); }
H1.HeaderClassName
{
color: #A0BA5B;
}
.AnyTagClassName
{
color: #A0BA5B;
}
</style>
background-color css
<style>
a { background-color: #A0BA5B; }
a { background-color: rgb(160,186,91); }
div.DivClassName
{
background-color: #A0BA5B;
}
.BgClassName
{
background-color: #A0BA5B;
}
</style>
border-color css
<style>
span { border-color: #A0BA5B; }
span { border-color: rgb(160,186,91); }
td.TdClassName
{
border-color: #A0BA5B;
}
.TagClassName
{
border-color: #A0BA5B;
}
</style>