Shades of Green Smoke #A6B56F
Tints of Green Smoke #A6B56F
RGB
CMYK
RGB Variations
Color information
#A6B56F (or 0xA6B56F) is known color: Green Smoke. HEX triplet: A6, B5 and 6F. RGB value is (166,181,111). Sum of RGB (Red+Green+Blue) = 166+181+111=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B56F is #594A90. Grayscale: #A8A8A8. Windows color (decimal): -5851793 or 7320998. OLE color: 7320998.
HSL color Cylindrical-coordinate representation of color #A6B56F: hue angle of 72.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B56F is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 111 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.29 |
| HSL | 72.86º | 0.32% | 0.57% | - |
| HSV(B) | 72.86º | 0.39% | 0.71% | - |
| XYZ | 35.12 | 42.3 | 21.35 | - |
| YUV | 168.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 111 | 0.08 | 0 | 0.39 | 0.29 | 72.86 | 0.32 | 0.57 |
| Hex | A6 | B5 | 6F | 8 | 0 | 27 | 1D | 49 | 20 | 39 |
| Octal | 246 | 265 | 157 | 10 | 0 | 47 | 35 | 111 | 40 | 71 |
| Binary | 10100110 | 10110101 | 1101111 | 1000 | 0 | 100111 | 11101 | 1001001 | 100000 | 111001 |
Color Harmonies of #A6B56F
Complementary color
Monochromatic Colors of #A6B56F
Black with #A6B56F
Text Example
Text Example
White with #A6B56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B56F; }
p { color: rgb(166,181,111); }
H1.HeaderClassName
{
color: #A6B56F;
}
.AnyTagClassName
{
color: #A6B56F;
}
</style>
background-color css
<style>
a { background-color: #A6B56F; }
a { background-color: rgb(166,181,111); }
div.DivClassName
{
background-color: #A6B56F;
}
.BgClassName
{
background-color: #A6B56F;
}
</style>
border-color css
<style>
span { border-color: #A6B56F; }
span { border-color: rgb(166,181,111); }
td.TdClassName
{
border-color: #A6B56F;
}
.TagClassName
{
border-color: #A6B56F;
}
</style>