Shades of Green Smoke #A1B356
Tints of Green Smoke #A1B356
RGB
CMYK
RGB Variations
Color information
#A1B356 (or 0xA1B356) is known color: Green Smoke. HEX triplet: A1, B3 and 56. RGB value is (161,179,86). Sum of RGB (Red+Green+Blue) = 161+179+86=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B356 is #5E4CA9. Grayscale: #A3A3A3. Windows color (decimal): -6180010 or 5682081. OLE color: 5682081.
HSL color Cylindrical-coordinate representation of color #A1B356: hue angle of 71.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1B356 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 86 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.30 |
| HSL | 71.61º | 0.38% | 0.52% | - |
| HSV(B) | 71.61º | 0.52% | 0.7% | - |
| XYZ | 32.5 | 40.49 | 14.91 | - |
| YUV | 163.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 86 | 0.10 | 0 | 0.52 | 0.30 | 71.61 | 0.38 | 0.52 |
| Hex | A1 | B3 | 56 | A | 0 | 34 | 1E | 48 | 26 | 34 |
| Octal | 241 | 263 | 126 | 12 | 0 | 64 | 36 | 110 | 46 | 64 |
| Binary | 10100001 | 10110011 | 1010110 | 1010 | 0 | 110100 | 11110 | 1001000 | 100110 | 110100 |
Color Harmonies of #A1B356
Complementary color
Monochromatic Colors of #A1B356
Black with #A1B356
Text Example
Text Example
White with #A1B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B356; }
p { color: rgb(161,179,86); }
H1.HeaderClassName
{
color: #A1B356;
}
.AnyTagClassName
{
color: #A1B356;
}
</style>
background-color css
<style>
a { background-color: #A1B356; }
a { background-color: rgb(161,179,86); }
div.DivClassName
{
background-color: #A1B356;
}
.BgClassName
{
background-color: #A1B356;
}
</style>
border-color css
<style>
span { border-color: #A1B356; }
span { border-color: rgb(161,179,86); }
td.TdClassName
{
border-color: #A1B356;
}
.TagClassName
{
border-color: #A1B356;
}
</style>