Shades of Green Smoke #A1BA5D
Tints of Green Smoke #A1BA5D
RGB
CMYK
RGB Variations
Color information
#A1BA5D (or 0xA1BA5D) is known color: Green Smoke. HEX triplet: A1, BA and 5D. RGB value is (161,186,93). Sum of RGB (Red+Green+Blue) = 161+186+93=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA5D is #5E45A2. Grayscale: #A8A8A8. Windows color (decimal): -6178211 or 6142625. OLE color: 6142625.
HSL color Cylindrical-coordinate representation of color #A1BA5D: hue angle of 76.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1BA5D is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 93 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.27 |
| HSL | 76.13º | 0.4% | 0.55% | - |
| HSV(B) | 76.13º | 0.5% | 0.73% | - |
| XYZ | 34.23 | 43.49 | 16.95 | - |
| YUV | 167.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 93 | 0.13 | 0 | 0.5 | 0.27 | 76.13 | 0.4 | 0.55 |
| Hex | A1 | BA | 5D | D | 0 | 32 | 1B | 4C | 28 | 37 |
| Octal | 241 | 272 | 135 | 15 | 0 | 62 | 33 | 114 | 50 | 67 |
| Binary | 10100001 | 10111010 | 1011101 | 1101 | 0 | 110010 | 11011 | 1001100 | 101000 | 110111 |
Color Harmonies of #A1BA5D
Complementary color
Monochromatic Colors of #A1BA5D
Black with #A1BA5D
Text Example
Text Example
White with #A1BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA5D; }
p { color: rgb(161,186,93); }
H1.HeaderClassName
{
color: #A1BA5D;
}
.AnyTagClassName
{
color: #A1BA5D;
}
</style>
background-color css
<style>
a { background-color: #A1BA5D; }
a { background-color: rgb(161,186,93); }
div.DivClassName
{
background-color: #A1BA5D;
}
.BgClassName
{
background-color: #A1BA5D;
}
</style>
border-color css
<style>
span { border-color: #A1BA5D; }
span { border-color: rgb(161,186,93); }
td.TdClassName
{
border-color: #A1BA5D;
}
.TagClassName
{
border-color: #A1BA5D;
}
</style>