Shades of Green Smoke #A1B054
Tints of Green Smoke #A1B054
RGB
CMYK
RGB Variations
Color information
#A1B054 (or 0xA1B054) is known color: Green Smoke. HEX triplet: A1, B0 and 54. RGB value is (161,176,84). Sum of RGB (Red+Green+Blue) = 161+176+84=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B054 is #5E4FAB. Grayscale: #A1A1A1. Windows color (decimal): -6180780 or 5550241. OLE color: 5550241.
HSL color Cylindrical-coordinate representation of color #A1B054: hue angle of 69.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1B054 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 84 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.31 |
| HSL | 69.78º | 0.37% | 0.51% | - |
| HSV(B) | 69.78º | 0.52% | 0.69% | - |
| XYZ | 31.82 | 39.27 | 14.29 | - |
| YUV | 161.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 84 | 0.09 | 0 | 0.52 | 0.31 | 69.78 | 0.37 | 0.51 |
| Hex | A1 | B0 | 54 | 9 | 0 | 34 | 1F | 46 | 25 | 33 |
| Octal | 241 | 260 | 124 | 11 | 0 | 64 | 37 | 106 | 45 | 63 |
| Binary | 10100001 | 10110000 | 1010100 | 1001 | 0 | 110100 | 11111 | 1000110 | 100101 | 110011 |
Color Harmonies of #A1B054
Complementary color
Monochromatic Colors of #A1B054
Black with #A1B054
Text Example
Text Example
White with #A1B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B054; }
p { color: rgb(161,176,84); }
H1.HeaderClassName
{
color: #A1B054;
}
.AnyTagClassName
{
color: #A1B054;
}
</style>
background-color css
<style>
a { background-color: #A1B054; }
a { background-color: rgb(161,176,84); }
div.DivClassName
{
background-color: #A1B054;
}
.BgClassName
{
background-color: #A1B054;
}
</style>
border-color css
<style>
span { border-color: #A1B054; }
span { border-color: rgb(161,176,84); }
td.TdClassName
{
border-color: #A1B054;
}
.TagClassName
{
border-color: #A1B054;
}
</style>