Shades of Green Smoke #A1B85C
Tints of Green Smoke #A1B85C
RGB
CMYK
RGB Variations
Color information
#A1B85C (or 0xA1B85C) is known color: Green Smoke. HEX triplet: A1, B8 and 5C. RGB value is (161,184,92). Sum of RGB (Red+Green+Blue) = 161+184+92=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B85C is #5E47A3. Grayscale: #A6A6A6. Windows color (decimal): -6178724 or 6076577. OLE color: 6076577.
HSL color Cylindrical-coordinate representation of color #A1B85C: hue angle of 75º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1B85C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 92 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.28 |
| HSL | 75º | 0.39% | 0.54% | - |
| HSV(B) | 75º | 0.5% | 0.72% | - |
| XYZ | 33.77 | 42.63 | 16.57 | - |
| YUV | 166.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 92 | 0.12 | 0 | 0.50 | 0.28 | 75 | 0.39 | 0.54 |
| Hex | A1 | B8 | 5C | C | 0 | 32 | 1C | 4B | 27 | 36 |
| Octal | 241 | 270 | 134 | 14 | 0 | 62 | 34 | 113 | 47 | 66 |
| Binary | 10100001 | 10111000 | 1011100 | 1100 | 0 | 110010 | 11100 | 1001011 | 100111 | 110110 |
Color Harmonies of #A1B85C
Complementary color
Monochromatic Colors of #A1B85C
Black with #A1B85C
Text Example
Text Example
White with #A1B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B85C; }
p { color: rgb(161,184,92); }
H1.HeaderClassName
{
color: #A1B85C;
}
.AnyTagClassName
{
color: #A1B85C;
}
</style>
background-color css
<style>
a { background-color: #A1B85C; }
a { background-color: rgb(161,184,92); }
div.DivClassName
{
background-color: #A1B85C;
}
.BgClassName
{
background-color: #A1B85C;
}
</style>
border-color css
<style>
span { border-color: #A1B85C; }
span { border-color: rgb(161,184,92); }
td.TdClassName
{
border-color: #A1B85C;
}
.TagClassName
{
border-color: #A1B85C;
}
</style>