Shades of Green Smoke #A1B353
Tints of Green Smoke #A1B353
RGB
CMYK
RGB Variations
Color information
#A1B353 (or 0xA1B353) is known color: Green Smoke. HEX triplet: A1, B3 and 53. RGB value is (161,179,83). Sum of RGB (Red+Green+Blue) = 161+179+83=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B353 is #5E4CAC. Grayscale: #A3A3A3. Windows color (decimal): -6180013 or 5485473. OLE color: 5485473.
HSL color Cylindrical-coordinate representation of color #A1B353: hue angle of 71.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1B353 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 83 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.30 |
| HSL | 71.25º | 0.39% | 0.51% | - |
| HSV(B) | 71.25º | 0.54% | 0.7% | - |
| XYZ | 32.38 | 40.44 | 14.28 | - |
| YUV | 162.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 83 | 0.10 | 0 | 0.54 | 0.30 | 71.25 | 0.39 | 0.51 |
| Hex | A1 | B3 | 53 | A | 0 | 36 | 1E | 47 | 27 | 33 |
| Octal | 241 | 263 | 123 | 12 | 0 | 66 | 36 | 107 | 47 | 63 |
| Binary | 10100001 | 10110011 | 1010011 | 1010 | 0 | 110110 | 11110 | 1000111 | 100111 | 110011 |
Color Harmonies of #A1B353
Complementary color
Monochromatic Colors of #A1B353
Black with #A1B353
Text Example
Text Example
White with #A1B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B353; }
p { color: rgb(161,179,83); }
H1.HeaderClassName
{
color: #A1B353;
}
.AnyTagClassName
{
color: #A1B353;
}
</style>
background-color css
<style>
a { background-color: #A1B353; }
a { background-color: rgb(161,179,83); }
div.DivClassName
{
background-color: #A1B353;
}
.BgClassName
{
background-color: #A1B353;
}
</style>
border-color css
<style>
span { border-color: #A1B353; }
span { border-color: rgb(161,179,83); }
td.TdClassName
{
border-color: #A1B353;
}
.TagClassName
{
border-color: #A1B353;
}
</style>