Shades of Green Smoke #A0BA5C
Tints of Green Smoke #A0BA5C
RGB
CMYK
RGB Variations
Color information
#A0BA5C (or 0xA0BA5C) is known color: Green Smoke. HEX triplet: A0, BA and 5C. RGB value is (160,186,92). Sum of RGB (Red+Green+Blue) = 160+186+92=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA5C is #5F45A3. Grayscale: #A7A7A7. Windows color (decimal): -6243748 or 6077088. OLE color: 6077088.
HSL color Cylindrical-coordinate representation of color #A0BA5C: hue angle of 76.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0BA5C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 92 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.27 |
| HSL | 76.6º | 0.41% | 0.55% | - |
| HSV(B) | 76.6º | 0.51% | 0.73% | - |
| XYZ | 33.99 | 43.36 | 16.7 | - |
| YUV | 167.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 92 | 0.14 | 0 | 0.51 | 0.27 | 76.6 | 0.41 | 0.55 |
| Hex | A0 | BA | 5C | E | 0 | 33 | 1B | 4D | 29 | 37 |
| Octal | 240 | 272 | 134 | 16 | 0 | 63 | 33 | 115 | 51 | 67 |
| Binary | 10100000 | 10111010 | 1011100 | 1110 | 0 | 110011 | 11011 | 1001101 | 101001 | 110111 |
Color Harmonies of #A0BA5C
Complementary color
Monochromatic Colors of #A0BA5C
Black with #A0BA5C
Text Example
Text Example
White with #A0BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA5C; }
p { color: rgb(160,186,92); }
H1.HeaderClassName
{
color: #A0BA5C;
}
.AnyTagClassName
{
color: #A0BA5C;
}
</style>
background-color css
<style>
a { background-color: #A0BA5C; }
a { background-color: rgb(160,186,92); }
div.DivClassName
{
background-color: #A0BA5C;
}
.BgClassName
{
background-color: #A0BA5C;
}
</style>
border-color css
<style>
span { border-color: #A0BA5C; }
span { border-color: rgb(160,186,92); }
td.TdClassName
{
border-color: #A0BA5C;
}
.TagClassName
{
border-color: #A0BA5C;
}
</style>