Shades of Green Smoke #A1B354
Tints of Green Smoke #A1B354
RGB
CMYK
RGB Variations
Color information
#A1B354 (or 0xA1B354) is known color: Green Smoke. HEX triplet: A1, B3 and 54. RGB value is (161,179,84). Sum of RGB (Red+Green+Blue) = 161+179+84=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B354 is #5E4CAB. Grayscale: #A3A3A3. Windows color (decimal): -6180012 or 5551009. OLE color: 5551009.
HSL color Cylindrical-coordinate representation of color #A1B354: hue angle of 71.37º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1B354 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 84 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.30 |
| HSL | 71.37º | 0.38% | 0.52% | - |
| HSV(B) | 71.37º | 0.53% | 0.7% | - |
| XYZ | 32.42 | 40.46 | 14.49 | - |
| YUV | 162.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 84 | 0.10 | 0 | 0.53 | 0.30 | 71.37 | 0.38 | 0.52 |
| Hex | A1 | B3 | 54 | A | 0 | 35 | 1E | 47 | 26 | 34 |
| Octal | 241 | 263 | 124 | 12 | 0 | 65 | 36 | 107 | 46 | 64 |
| Binary | 10100001 | 10110011 | 1010100 | 1010 | 0 | 110101 | 11110 | 1000111 | 100110 | 110100 |
Color Harmonies of #A1B354
Complementary color
Monochromatic Colors of #A1B354
Black with #A1B354
Text Example
Text Example
White with #A1B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B354; }
p { color: rgb(161,179,84); }
H1.HeaderClassName
{
color: #A1B354;
}
.AnyTagClassName
{
color: #A1B354;
}
</style>
background-color css
<style>
a { background-color: #A1B354; }
a { background-color: rgb(161,179,84); }
div.DivClassName
{
background-color: #A1B354;
}
.BgClassName
{
background-color: #A1B354;
}
</style>
border-color css
<style>
span { border-color: #A1B354; }
span { border-color: rgb(161,179,84); }
td.TdClassName
{
border-color: #A1B354;
}
.TagClassName
{
border-color: #A1B354;
}
</style>