Shades of Green Smoke #A1B85D
Tints of Green Smoke #A1B85D
RGB
CMYK
RGB Variations
Color information
#A1B85D (or 0xA1B85D) is known color: Green Smoke. HEX triplet: A1, B8 and 5D. RGB value is (161,184,93). Sum of RGB (Red+Green+Blue) = 161+184+93=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B85D is #5E47A2. Grayscale: #A7A7A7. Windows color (decimal): -6178723 or 6142113. OLE color: 6142113.
HSL color Cylindrical-coordinate representation of color #A1B85D: hue angle of 75.16º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B85D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 93 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.28 |
| HSL | 75.16º | 0.39% | 0.54% | - |
| HSV(B) | 75.16º | 0.49% | 0.72% | - |
| XYZ | 33.81 | 42.65 | 16.81 | - |
| YUV | 166.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 93 | 0.12 | 0 | 0.49 | 0.28 | 75.16 | 0.39 | 0.54 |
| Hex | A1 | B8 | 5D | C | 0 | 31 | 1C | 4B | 27 | 36 |
| Octal | 241 | 270 | 135 | 14 | 0 | 61 | 34 | 113 | 47 | 66 |
| Binary | 10100001 | 10111000 | 1011101 | 1100 | 0 | 110001 | 11100 | 1001011 | 100111 | 110110 |
Color Harmonies of #A1B85D
Complementary color
Monochromatic Colors of #A1B85D
Black with #A1B85D
Text Example
Text Example
White with #A1B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B85D; }
p { color: rgb(161,184,93); }
H1.HeaderClassName
{
color: #A1B85D;
}
.AnyTagClassName
{
color: #A1B85D;
}
</style>
background-color css
<style>
a { background-color: #A1B85D; }
a { background-color: rgb(161,184,93); }
div.DivClassName
{
background-color: #A1B85D;
}
.BgClassName
{
background-color: #A1B85D;
}
</style>
border-color css
<style>
span { border-color: #A1B85D; }
span { border-color: rgb(161,184,93); }
td.TdClassName
{
border-color: #A1B85D;
}
.TagClassName
{
border-color: #A1B85D;
}
</style>