Shades of Green Smoke #A1BA5C
Tints of Green Smoke #A1BA5C
RGB
CMYK
RGB Variations
Color information
#A1BA5C (or 0xA1BA5C) is known color: Green Smoke. HEX triplet: A1, BA and 5C. RGB value is (161,186,92). Sum of RGB (Red+Green+Blue) = 161+186+92=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA5C is #5E45A3. Grayscale: #A8A8A8. Windows color (decimal): -6178212 or 6077089. OLE color: 6077089.
HSL color Cylindrical-coordinate representation of color #A1BA5C: hue angle of 75.96º 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 #A1BA5C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 92 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.27 |
| HSL | 75.96º | 0.41% | 0.55% | - |
| HSV(B) | 75.96º | 0.51% | 0.73% | - |
| XYZ | 34.19 | 43.47 | 16.71 | - |
| YUV | 167.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 92 | 0.13 | 0 | 0.51 | 0.27 | 75.96 | 0.41 | 0.55 |
| Hex | A1 | BA | 5C | D | 0 | 33 | 1B | 4C | 29 | 37 |
| Octal | 241 | 272 | 134 | 15 | 0 | 63 | 33 | 114 | 51 | 67 |
| Binary | 10100001 | 10111010 | 1011100 | 1101 | 0 | 110011 | 11011 | 1001100 | 101001 | 110111 |
Color Harmonies of #A1BA5C
Complementary color
Monochromatic Colors of #A1BA5C
Black with #A1BA5C
Text Example
Text Example
White with #A1BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA5C; }
p { color: rgb(161,186,92); }
H1.HeaderClassName
{
color: #A1BA5C;
}
.AnyTagClassName
{
color: #A1BA5C;
}
</style>
background-color css
<style>
a { background-color: #A1BA5C; }
a { background-color: rgb(161,186,92); }
div.DivClassName
{
background-color: #A1BA5C;
}
.BgClassName
{
background-color: #A1BA5C;
}
</style>
border-color css
<style>
span { border-color: #A1BA5C; }
span { border-color: rgb(161,186,92); }
td.TdClassName
{
border-color: #A1BA5C;
}
.TagClassName
{
border-color: #A1BA5C;
}
</style>