Shades of Green Smoke #A1B857
Tints of Green Smoke #A1B857
RGB
CMYK
RGB Variations
Color information
#A1B857 (or 0xA1B857) is known color: Green Smoke. HEX triplet: A1, B8 and 57. RGB value is (161,184,87). Sum of RGB (Red+Green+Blue) = 161+184+87=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B857 is #5E47A8. Grayscale: #A6A6A6. Windows color (decimal): -6178729 or 5748897. OLE color: 5748897.
HSL color Cylindrical-coordinate representation of color #A1B857: hue angle of 74.23º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1B857 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 87 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.28 |
| HSL | 74.23º | 0.41% | 0.53% | - |
| HSV(B) | 74.23º | 0.53% | 0.72% | - |
| XYZ | 33.56 | 42.55 | 15.46 | - |
| YUV | 166.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 87 | 0.12 | 0 | 0.53 | 0.28 | 74.23 | 0.41 | 0.53 |
| Hex | A1 | B8 | 57 | C | 0 | 35 | 1C | 4A | 29 | 35 |
| Octal | 241 | 270 | 127 | 14 | 0 | 65 | 34 | 112 | 51 | 65 |
| Binary | 10100001 | 10111000 | 1010111 | 1100 | 0 | 110101 | 11100 | 1001010 | 101001 | 110101 |
Color Harmonies of #A1B857
Complementary color
Monochromatic Colors of #A1B857
Black with #A1B857
Text Example
Text Example
White with #A1B857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B857; }
p { color: rgb(161,184,87); }
H1.HeaderClassName
{
color: #A1B857;
}
.AnyTagClassName
{
color: #A1B857;
}
</style>
background-color css
<style>
a { background-color: #A1B857; }
a { background-color: rgb(161,184,87); }
div.DivClassName
{
background-color: #A1B857;
}
.BgClassName
{
background-color: #A1B857;
}
</style>
border-color css
<style>
span { border-color: #A1B857; }
span { border-color: rgb(161,184,87); }
td.TdClassName
{
border-color: #A1B857;
}
.TagClassName
{
border-color: #A1B857;
}
</style>