Shades of Green Smoke #A6B566
Tints of Green Smoke #A6B566
RGB
CMYK
RGB Variations
Color information
#A6B566 (or 0xA6B566) is known color: Green Smoke. HEX triplet: A6, B5 and 66. RGB value is (166,181,102). Sum of RGB (Red+Green+Blue) = 166+181+102=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B566 is #594A99. Grayscale: #A7A7A7. Windows color (decimal): -5851802 or 6731174. OLE color: 6731174.
HSL color Cylindrical-coordinate representation of color #A6B566: hue angle of 71.39º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6B566 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 102 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.29 |
| HSL | 71.39º | 0.35% | 0.55% | - |
| HSV(B) | 71.39º | 0.44% | 0.71% | - |
| XYZ | 34.65 | 42.11 | 18.87 | - |
| YUV | 167.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 102 | 0.08 | 0 | 0.44 | 0.29 | 71.39 | 0.35 | 0.55 |
| Hex | A6 | B5 | 66 | 8 | 0 | 2C | 1D | 47 | 23 | 37 |
| Octal | 246 | 265 | 146 | 10 | 0 | 54 | 35 | 107 | 43 | 67 |
| Binary | 10100110 | 10110101 | 1100110 | 1000 | 0 | 101100 | 11101 | 1000111 | 100011 | 110111 |
Color Harmonies of #A6B566
Complementary color
Monochromatic Colors of #A6B566
Black with #A6B566
Text Example
Text Example
White with #A6B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B566; }
p { color: rgb(166,181,102); }
H1.HeaderClassName
{
color: #A6B566;
}
.AnyTagClassName
{
color: #A6B566;
}
</style>
background-color css
<style>
a { background-color: #A6B566; }
a { background-color: rgb(166,181,102); }
div.DivClassName
{
background-color: #A6B566;
}
.BgClassName
{
background-color: #A6B566;
}
</style>
border-color css
<style>
span { border-color: #A6B566; }
span { border-color: rgb(166,181,102); }
td.TdClassName
{
border-color: #A6B566;
}
.TagClassName
{
border-color: #A6B566;
}
</style>