Shades of Green Smoke #A1B35D
Tints of Green Smoke #A1B35D
RGB
CMYK
RGB Variations
Color information
#A1B35D (or 0xA1B35D) is known color: Green Smoke. HEX triplet: A1, B3 and 5D. RGB value is (161,179,93). Sum of RGB (Red+Green+Blue) = 161+179+93=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B35D is #5E4CA2. Grayscale: #A4A4A4. Windows color (decimal): -6180003 or 6140833. OLE color: 6140833.
HSL color Cylindrical-coordinate representation of color #A1B35D: hue angle of 72.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1B35D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 93 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.30 |
| HSL | 72.56º | 0.36% | 0.53% | - |
| HSV(B) | 72.56º | 0.48% | 0.7% | - |
| XYZ | 32.79 | 40.61 | 16.47 | - |
| YUV | 163.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 93 | 0.10 | 0 | 0.48 | 0.30 | 72.56 | 0.36 | 0.53 |
| Hex | A1 | B3 | 5D | A | 0 | 30 | 1E | 49 | 24 | 35 |
| Octal | 241 | 263 | 135 | 12 | 0 | 60 | 36 | 111 | 44 | 65 |
| Binary | 10100001 | 10110011 | 1011101 | 1010 | 0 | 110000 | 11110 | 1001001 | 100100 | 110101 |
Color Harmonies of #A1B35D
Complementary color
Monochromatic Colors of #A1B35D
Black with #A1B35D
Text Example
Text Example
White with #A1B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B35D; }
p { color: rgb(161,179,93); }
H1.HeaderClassName
{
color: #A1B35D;
}
.AnyTagClassName
{
color: #A1B35D;
}
</style>
background-color css
<style>
a { background-color: #A1B35D; }
a { background-color: rgb(161,179,93); }
div.DivClassName
{
background-color: #A1B35D;
}
.BgClassName
{
background-color: #A1B35D;
}
</style>
border-color css
<style>
span { border-color: #A1B35D; }
span { border-color: rgb(161,179,93); }
td.TdClassName
{
border-color: #A1B35D;
}
.TagClassName
{
border-color: #A1B35D;
}
</style>