Shades of Green Smoke #A3B56C
Tints of Green Smoke #A3B56C
RGB
CMYK
RGB Variations
Color information
#A3B56C (or 0xA3B56C) is known color: Green Smoke. HEX triplet: A3, B5 and 6C. RGB value is (163,181,108). Sum of RGB (Red+Green+Blue) = 163+181+108=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56C is #5C4A93. Grayscale: #A7A7A7. Windows color (decimal): -6048404 or 7124387. OLE color: 7124387.
HSL color Cylindrical-coordinate representation of color #A3B56C: hue angle of 74.79º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3B56C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 108 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.29 |
| HSL | 74.79º | 0.33% | 0.57% | - |
| HSV(B) | 74.79º | 0.4% | 0.71% | - |
| XYZ | 34.33 | 41.92 | 20.47 | - |
| YUV | 167.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 108 | 0.10 | 0 | 0.40 | 0.29 | 74.79 | 0.33 | 0.57 |
| Hex | A3 | B5 | 6C | A | 0 | 28 | 1D | 4B | 21 | 39 |
| Octal | 243 | 265 | 154 | 12 | 0 | 50 | 35 | 113 | 41 | 71 |
| Binary | 10100011 | 10110101 | 1101100 | 1010 | 0 | 101000 | 11101 | 1001011 | 100001 | 111001 |
Color Harmonies of #A3B56C
Complementary color
Monochromatic Colors of #A3B56C
Black with #A3B56C
Text Example
Text Example
White with #A3B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B56C; }
p { color: rgb(163,181,108); }
H1.HeaderClassName
{
color: #A3B56C;
}
.AnyTagClassName
{
color: #A3B56C;
}
</style>
background-color css
<style>
a { background-color: #A3B56C; }
a { background-color: rgb(163,181,108); }
div.DivClassName
{
background-color: #A3B56C;
}
.BgClassName
{
background-color: #A3B56C;
}
</style>
border-color css
<style>
span { border-color: #A3B56C; }
span { border-color: rgb(163,181,108); }
td.TdClassName
{
border-color: #A3B56C;
}
.TagClassName
{
border-color: #A3B56C;
}
</style>