Shades of Green Smoke #A1B561
Tints of Green Smoke #A1B561
RGB
CMYK
RGB Variations
Color information
#A1B561 (or 0xA1B561) is known color: Green Smoke. HEX triplet: A1, B5 and 61. RGB value is (161,181,97). Sum of RGB (Red+Green+Blue) = 161+181+97=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B561 is #5E4A9E. Grayscale: #A5A5A5. Windows color (decimal): -6179487 or 6403489. OLE color: 6403489.
HSL color Cylindrical-coordinate representation of color #A1B561: hue angle of 74.29º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1B561 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 97 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.29 |
| HSL | 74.29º | 0.36% | 0.55% | - |
| HSV(B) | 74.29º | 0.46% | 0.71% | - |
| XYZ | 33.38 | 41.49 | 17.56 | - |
| YUV | 165.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 97 | 0.11 | 0 | 0.46 | 0.29 | 74.29 | 0.36 | 0.55 |
| Hex | A1 | B5 | 61 | B | 0 | 2E | 1D | 4A | 24 | 37 |
| Octal | 241 | 265 | 141 | 13 | 0 | 56 | 35 | 112 | 44 | 67 |
| Binary | 10100001 | 10110101 | 1100001 | 1011 | 0 | 101110 | 11101 | 1001010 | 100100 | 110111 |
Color Harmonies of #A1B561
Complementary color
Monochromatic Colors of #A1B561
Black with #A1B561
Text Example
Text Example
White with #A1B561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B561; }
p { color: rgb(161,181,97); }
H1.HeaderClassName
{
color: #A1B561;
}
.AnyTagClassName
{
color: #A1B561;
}
</style>
background-color css
<style>
a { background-color: #A1B561; }
a { background-color: rgb(161,181,97); }
div.DivClassName
{
background-color: #A1B561;
}
.BgClassName
{
background-color: #A1B561;
}
</style>
border-color css
<style>
span { border-color: #A1B561; }
span { border-color: rgb(161,181,97); }
td.TdClassName
{
border-color: #A1B561;
}
.TagClassName
{
border-color: #A1B561;
}
</style>