Shades of Green Smoke #A1B55B
Tints of Green Smoke #A1B55B
RGB
CMYK
RGB Variations
Color information
#A1B55B (or 0xA1B55B) is known color: Green Smoke. HEX triplet: A1, B5 and 5B. RGB value is (161,181,91). Sum of RGB (Red+Green+Blue) = 161+181+91=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55B is #5E4AA4. Grayscale: #A5A5A5. Windows color (decimal): -6179493 or 6010273. OLE color: 6010273.
HSL color Cylindrical-coordinate representation of color #A1B55B: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1B55B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 91 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.29 |
| HSL | 73.33º | 0.38% | 0.53% | - |
| HSV(B) | 73.33º | 0.5% | 0.71% | - |
| XYZ | 33.11 | 41.38 | 16.14 | - |
| YUV | 164.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 91 | 0.11 | 0 | 0.50 | 0.29 | 73.33 | 0.38 | 0.53 |
| Hex | A1 | B5 | 5B | B | 0 | 32 | 1D | 49 | 26 | 35 |
| Octal | 241 | 265 | 133 | 13 | 0 | 62 | 35 | 111 | 46 | 65 |
| Binary | 10100001 | 10110101 | 1011011 | 1011 | 0 | 110010 | 11101 | 1001001 | 100110 | 110101 |
Color Harmonies of #A1B55B
Complementary color
Monochromatic Colors of #A1B55B
Black with #A1B55B
Text Example
Text Example
White with #A1B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B55B; }
p { color: rgb(161,181,91); }
H1.HeaderClassName
{
color: #A1B55B;
}
.AnyTagClassName
{
color: #A1B55B;
}
</style>
background-color css
<style>
a { background-color: #A1B55B; }
a { background-color: rgb(161,181,91); }
div.DivClassName
{
background-color: #A1B55B;
}
.BgClassName
{
background-color: #A1B55B;
}
</style>
border-color css
<style>
span { border-color: #A1B55B; }
span { border-color: rgb(161,181,91); }
td.TdClassName
{
border-color: #A1B55B;
}
.TagClassName
{
border-color: #A1B55B;
}
</style>