Shades of Green Smoke #A1BA57
Tints of Green Smoke #A1BA57
RGB
CMYK
RGB Variations
Color information
#A1BA57 (or 0xA1BA57) is known color: Green Smoke. HEX triplet: A1, BA and 57. RGB value is (161,186,87). Sum of RGB (Red+Green+Blue) = 161+186+87=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA57 is #5E45A8. Grayscale: #A7A7A7. Windows color (decimal): -6178217 or 5749409. OLE color: 5749409.
HSL color Cylindrical-coordinate representation of color #A1BA57: hue angle of 75.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1BA57 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 87 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.27 |
| HSL | 75.15º | 0.42% | 0.54% | - |
| HSV(B) | 75.15º | 0.53% | 0.73% | - |
| XYZ | 33.98 | 43.38 | 15.6 | - |
| YUV | 167.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 87 | 0.13 | 0 | 0.53 | 0.27 | 75.15 | 0.42 | 0.54 |
| Hex | A1 | BA | 57 | D | 0 | 35 | 1B | 4B | 2A | 36 |
| Octal | 241 | 272 | 127 | 15 | 0 | 65 | 33 | 113 | 52 | 66 |
| Binary | 10100001 | 10111010 | 1010111 | 1101 | 0 | 110101 | 11011 | 1001011 | 101010 | 110110 |
Color Harmonies of #A1BA57
Complementary color
Monochromatic Colors of #A1BA57
Black with #A1BA57
Text Example
Text Example
White with #A1BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA57; }
p { color: rgb(161,186,87); }
H1.HeaderClassName
{
color: #A1BA57;
}
.AnyTagClassName
{
color: #A1BA57;
}
</style>
background-color css
<style>
a { background-color: #A1BA57; }
a { background-color: rgb(161,186,87); }
div.DivClassName
{
background-color: #A1BA57;
}
.BgClassName
{
background-color: #A1BA57;
}
</style>
border-color css
<style>
span { border-color: #A1BA57; }
span { border-color: rgb(161,186,87); }
td.TdClassName
{
border-color: #A1BA57;
}
.TagClassName
{
border-color: #A1BA57;
}
</style>