Shades of Green Smoke #A1B05E
Tints of Green Smoke #A1B05E
RGB
CMYK
RGB Variations
Color information
#A1B05E (or 0xA1B05E) is known color: Green Smoke. HEX triplet: A1, B0 and 5E. RGB value is (161,176,94). Sum of RGB (Red+Green+Blue) = 161+176+94=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B05E is #5E4FA1. Grayscale: #A2A2A2. Windows color (decimal): -6180770 or 6205601. OLE color: 6205601.
HSL color Cylindrical-coordinate representation of color #A1B05E: hue angle of 70.98º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1B05E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 94 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.31 |
| HSL | 70.98º | 0.34% | 0.53% | - |
| HSV(B) | 70.98º | 0.47% | 0.69% | - |
| XYZ | 32.24 | 39.44 | 16.5 | - |
| YUV | 162.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 94 | 0.09 | 0 | 0.47 | 0.31 | 70.98 | 0.34 | 0.53 |
| Hex | A1 | B0 | 5E | 9 | 0 | 2F | 1F | 47 | 22 | 35 |
| Octal | 241 | 260 | 136 | 11 | 0 | 57 | 37 | 107 | 42 | 65 |
| Binary | 10100001 | 10110000 | 1011110 | 1001 | 0 | 101111 | 11111 | 1000111 | 100010 | 110101 |
Color Harmonies of #A1B05E
Complementary color
Monochromatic Colors of #A1B05E
Black with #A1B05E
Text Example
Text Example
White with #A1B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B05E; }
p { color: rgb(161,176,94); }
H1.HeaderClassName
{
color: #A1B05E;
}
.AnyTagClassName
{
color: #A1B05E;
}
</style>
background-color css
<style>
a { background-color: #A1B05E; }
a { background-color: rgb(161,176,94); }
div.DivClassName
{
background-color: #A1B05E;
}
.BgClassName
{
background-color: #A1B05E;
}
</style>
border-color css
<style>
span { border-color: #A1B05E; }
span { border-color: rgb(161,176,94); }
td.TdClassName
{
border-color: #A1B05E;
}
.TagClassName
{
border-color: #A1B05E;
}
</style>