Shades of Green Smoke #A1B056
Tints of Green Smoke #A1B056
RGB
CMYK
RGB Variations
Color information
#A1B056 (or 0xA1B056) is known color: Green Smoke. HEX triplet: A1, B0 and 56. RGB value is (161,176,86). Sum of RGB (Red+Green+Blue) = 161+176+86=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B056 is #5E4FA9. Grayscale: #A1A1A1. Windows color (decimal): -6180778 or 5681313. OLE color: 5681313.
HSL color Cylindrical-coordinate representation of color #A1B056: hue angle of 70º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1B056 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 86 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.31 |
| HSL | 70º | 0.36% | 0.51% | - |
| HSV(B) | 70º | 0.51% | 0.69% | - |
| XYZ | 31.9 | 39.3 | 14.71 | - |
| YUV | 161.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 86 | 0.09 | 0 | 0.51 | 0.31 | 70 | 0.36 | 0.51 |
| Hex | A1 | B0 | 56 | 9 | 0 | 33 | 1F | 46 | 24 | 33 |
| Octal | 241 | 260 | 126 | 11 | 0 | 63 | 37 | 106 | 44 | 63 |
| Binary | 10100001 | 10110000 | 1010110 | 1001 | 0 | 110011 | 11111 | 1000110 | 100100 | 110011 |
Color Harmonies of #A1B056
Complementary color
Monochromatic Colors of #A1B056
Black with #A1B056
Text Example
Text Example
White with #A1B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B056; }
p { color: rgb(161,176,86); }
H1.HeaderClassName
{
color: #A1B056;
}
.AnyTagClassName
{
color: #A1B056;
}
</style>
background-color css
<style>
a { background-color: #A1B056; }
a { background-color: rgb(161,176,86); }
div.DivClassName
{
background-color: #A1B056;
}
.BgClassName
{
background-color: #A1B056;
}
</style>
border-color css
<style>
span { border-color: #A1B056; }
span { border-color: rgb(161,176,86); }
td.TdClassName
{
border-color: #A1B056;
}
.TagClassName
{
border-color: #A1B056;
}
</style>