Shades of Green Smoke #A1B55D
Tints of Green Smoke #A1B55D
RGB
CMYK
RGB Variations
Color information
#A1B55D (or 0xA1B55D) is known color: Green Smoke. HEX triplet: A1, B5 and 5D. RGB value is (161,181,93). Sum of RGB (Red+Green+Blue) = 161+181+93=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55D is #5E4AA2. Grayscale: #A5A5A5. Windows color (decimal): -6179491 or 6141345. OLE color: 6141345.
HSL color Cylindrical-coordinate representation of color #A1B55D: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B55D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 93 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.29 |
| HSL | 73.64º | 0.37% | 0.54% | - |
| HSV(B) | 73.64º | 0.49% | 0.71% | - |
| XYZ | 33.2 | 41.42 | 16.6 | - |
| YUV | 164.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 93 | 0.11 | 0 | 0.49 | 0.29 | 73.64 | 0.37 | 0.54 |
| Hex | A1 | B5 | 5D | B | 0 | 31 | 1D | 4A | 25 | 36 |
| Octal | 241 | 265 | 135 | 13 | 0 | 61 | 35 | 112 | 45 | 66 |
| Binary | 10100001 | 10110101 | 1011101 | 1011 | 0 | 110001 | 11101 | 1001010 | 100101 | 110110 |
Color Harmonies of #A1B55D
Complementary color
Monochromatic Colors of #A1B55D
Black with #A1B55D
Text Example
Text Example
White with #A1B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B55D; }
p { color: rgb(161,181,93); }
H1.HeaderClassName
{
color: #A1B55D;
}
.AnyTagClassName
{
color: #A1B55D;
}
</style>
background-color css
<style>
a { background-color: #A1B55D; }
a { background-color: rgb(161,181,93); }
div.DivClassName
{
background-color: #A1B55D;
}
.BgClassName
{
background-color: #A1B55D;
}
</style>
border-color css
<style>
span { border-color: #A1B55D; }
span { border-color: rgb(161,181,93); }
td.TdClassName
{
border-color: #A1B55D;
}
.TagClassName
{
border-color: #A1B55D;
}
</style>