Shades of Green Smoke #A1B059
Tints of Green Smoke #A1B059
RGB
CMYK
RGB Variations
Color information
#A1B059 (or 0xA1B059) is known color: Green Smoke. HEX triplet: A1, B0 and 59. RGB value is (161,176,89). Sum of RGB (Red+Green+Blue) = 161+176+89=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B059 is #5E4FA6. Grayscale: #A1A1A1. Windows color (decimal): -6180775 or 5877921. OLE color: 5877921.
HSL color Cylindrical-coordinate representation of color #A1B059: hue angle of 70.34º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B059 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 89 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.31 |
| HSL | 70.34º | 0.36% | 0.52% | - |
| HSV(B) | 70.34º | 0.49% | 0.69% | - |
| XYZ | 32.03 | 39.35 | 15.36 | - |
| YUV | 161.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 89 | 0.09 | 0 | 0.49 | 0.31 | 70.34 | 0.36 | 0.52 |
| Hex | A1 | B0 | 59 | 9 | 0 | 31 | 1F | 46 | 24 | 34 |
| Octal | 241 | 260 | 131 | 11 | 0 | 61 | 37 | 106 | 44 | 64 |
| Binary | 10100001 | 10110000 | 1011001 | 1001 | 0 | 110001 | 11111 | 1000110 | 100100 | 110100 |
Color Harmonies of #A1B059
Complementary color
Monochromatic Colors of #A1B059
Black with #A1B059
Text Example
Text Example
White with #A1B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B059; }
p { color: rgb(161,176,89); }
H1.HeaderClassName
{
color: #A1B059;
}
.AnyTagClassName
{
color: #A1B059;
}
</style>
background-color css
<style>
a { background-color: #A1B059; }
a { background-color: rgb(161,176,89); }
div.DivClassName
{
background-color: #A1B059;
}
.BgClassName
{
background-color: #A1B059;
}
</style>
border-color css
<style>
span { border-color: #A1B059; }
span { border-color: rgb(161,176,89); }
td.TdClassName
{
border-color: #A1B059;
}
.TagClassName
{
border-color: #A1B059;
}
</style>