Shades of Green Smoke #A1B36B
Tints of Green Smoke #A1B36B
RGB
CMYK
RGB Variations
Color information
#A1B36B (or 0xA1B36B) is known color: Green Smoke. HEX triplet: A1, B3 and 6B. RGB value is (161,179,107). Sum of RGB (Red+Green+Blue) = 161+179+107=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B36B is #5E4C94. Grayscale: #A5A5A5. Windows color (decimal): -6179989 or 7058337. OLE color: 7058337.
HSL color Cylindrical-coordinate representation of color #A1B36B: hue angle of 75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1B36B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 107 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.30 |
| HSL | 75º | 0.32% | 0.56% | - |
| HSV(B) | 75º | 0.4% | 0.7% | - |
| XYZ | 33.47 | 40.88 | 20.04 | - |
| YUV | 165.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 107 | 0.10 | 0 | 0.40 | 0.30 | 75 | 0.32 | 0.56 |
| Hex | A1 | B3 | 6B | A | 0 | 28 | 1E | 4B | 20 | 38 |
| Octal | 241 | 263 | 153 | 12 | 0 | 50 | 36 | 113 | 40 | 70 |
| Binary | 10100001 | 10110011 | 1101011 | 1010 | 0 | 101000 | 11110 | 1001011 | 100000 | 111000 |
Color Harmonies of #A1B36B
Complementary color
Monochromatic Colors of #A1B36B
Black with #A1B36B
Text Example
Text Example
White with #A1B36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B36B; }
p { color: rgb(161,179,107); }
H1.HeaderClassName
{
color: #A1B36B;
}
.AnyTagClassName
{
color: #A1B36B;
}
</style>
background-color css
<style>
a { background-color: #A1B36B; }
a { background-color: rgb(161,179,107); }
div.DivClassName
{
background-color: #A1B36B;
}
.BgClassName
{
background-color: #A1B36B;
}
</style>
border-color css
<style>
span { border-color: #A1B36B; }
span { border-color: rgb(161,179,107); }
td.TdClassName
{
border-color: #A1B36B;
}
.TagClassName
{
border-color: #A1B36B;
}
</style>