Shades of Green Smoke #A1BA59
Tints of Green Smoke #A1BA59
RGB
CMYK
RGB Variations
Color information
#A1BA59 (or 0xA1BA59) is known color: Green Smoke. HEX triplet: A1, BA and 59. RGB value is (161,186,89). Sum of RGB (Red+Green+Blue) = 161+186+89=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA59 is #5E45A6. Grayscale: #A7A7A7. Windows color (decimal): -6178215 or 5880481. OLE color: 5880481.
HSL color Cylindrical-coordinate representation of color #A1BA59: hue angle of 75.46º 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 #A1BA59 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 89 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.27 |
| HSL | 75.46º | 0.41% | 0.54% | - |
| HSV(B) | 75.46º | 0.52% | 0.73% | - |
| XYZ | 34.06 | 43.42 | 16.04 | - |
| YUV | 167.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 89 | 0.13 | 0 | 0.52 | 0.27 | 75.46 | 0.41 | 0.54 |
| Hex | A1 | BA | 59 | D | 0 | 34 | 1B | 4B | 29 | 36 |
| Octal | 241 | 272 | 131 | 15 | 0 | 64 | 33 | 113 | 51 | 66 |
| Binary | 10100001 | 10111010 | 1011001 | 1101 | 0 | 110100 | 11011 | 1001011 | 101001 | 110110 |
Color Harmonies of #A1BA59
Complementary color
Monochromatic Colors of #A1BA59
Black with #A1BA59
Text Example
Text Example
White with #A1BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA59; }
p { color: rgb(161,186,89); }
H1.HeaderClassName
{
color: #A1BA59;
}
.AnyTagClassName
{
color: #A1BA59;
}
</style>
background-color css
<style>
a { background-color: #A1BA59; }
a { background-color: rgb(161,186,89); }
div.DivClassName
{
background-color: #A1BA59;
}
.BgClassName
{
background-color: #A1BA59;
}
</style>
border-color css
<style>
span { border-color: #A1BA59; }
span { border-color: rgb(161,186,89); }
td.TdClassName
{
border-color: #A1BA59;
}
.TagClassName
{
border-color: #A1BA59;
}
</style>