Shades of Green Smoke #A1BA5A
Tints of Green Smoke #A1BA5A
RGB
CMYK
RGB Variations
Color information
#A1BA5A (or 0xA1BA5A) is known color: Green Smoke. HEX triplet: A1, BA and 5A. RGB value is (161,186,90). Sum of RGB (Red+Green+Blue) = 161+186+90=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA5A is #5E45A5. Grayscale: #A7A7A7. Windows color (decimal): -6178214 or 5946017. OLE color: 5946017.
HSL color Cylindrical-coordinate representation of color #A1BA5A: hue angle of 75.63º 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 #A1BA5A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 90 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.27 |
| HSL | 75.63º | 0.41% | 0.54% | - |
| HSV(B) | 75.63º | 0.52% | 0.73% | - |
| XYZ | 34.1 | 43.43 | 16.26 | - |
| YUV | 167.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 90 | 0.13 | 0 | 0.52 | 0.27 | 75.63 | 0.41 | 0.54 |
| Hex | A1 | BA | 5A | D | 0 | 34 | 1B | 4C | 29 | 36 |
| Octal | 241 | 272 | 132 | 15 | 0 | 64 | 33 | 114 | 51 | 66 |
| Binary | 10100001 | 10111010 | 1011010 | 1101 | 0 | 110100 | 11011 | 1001100 | 101001 | 110110 |
Color Harmonies of #A1BA5A
Complementary color
Monochromatic Colors of #A1BA5A
Black with #A1BA5A
Text Example
Text Example
White with #A1BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA5A; }
p { color: rgb(161,186,90); }
H1.HeaderClassName
{
color: #A1BA5A;
}
.AnyTagClassName
{
color: #A1BA5A;
}
</style>
background-color css
<style>
a { background-color: #A1BA5A; }
a { background-color: rgb(161,186,90); }
div.DivClassName
{
background-color: #A1BA5A;
}
.BgClassName
{
background-color: #A1BA5A;
}
</style>
border-color css
<style>
span { border-color: #A1BA5A; }
span { border-color: rgb(161,186,90); }
td.TdClassName
{
border-color: #A1BA5A;
}
.TagClassName
{
border-color: #A1BA5A;
}
</style>