Shades of Green Smoke #A8B66E
Tints of Green Smoke #A8B66E
RGB
CMYK
RGB Variations
Color information
#A8B66E (or 0xA8B66E) is known color: Green Smoke. HEX triplet: A8, B6 and 6E. RGB value is (168,182,110). Sum of RGB (Red+Green+Blue) = 168+182+110=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B66E is #574991. Grayscale: #A9A9A9. Windows color (decimal): -5720466 or 7255720. OLE color: 7255720.
HSL color Cylindrical-coordinate representation of color #A8B66E: hue angle of 71.67º 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 #A8B66E is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 110 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.29 |
| HSL | 71.67º | 0.33% | 0.57% | - |
| HSV(B) | 71.67º | 0.4% | 0.71% | - |
| XYZ | 35.69 | 42.91 | 21.15 | - |
| YUV | 169.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 110 | 0.08 | 0 | 0.40 | 0.29 | 71.67 | 0.33 | 0.57 |
| Hex | A8 | B6 | 6E | 8 | 0 | 28 | 1D | 48 | 21 | 39 |
| Octal | 250 | 266 | 156 | 10 | 0 | 50 | 35 | 110 | 41 | 71 |
| Binary | 10101000 | 10110110 | 1101110 | 1000 | 0 | 101000 | 11101 | 1001000 | 100001 | 111001 |
Color Harmonies of #A8B66E
Complementary color
Monochromatic Colors of #A8B66E
Black with #A8B66E
Text Example
Text Example
White with #A8B66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B66E; }
p { color: rgb(168,182,110); }
H1.HeaderClassName
{
color: #A8B66E;
}
.AnyTagClassName
{
color: #A8B66E;
}
</style>
background-color css
<style>
a { background-color: #A8B66E; }
a { background-color: rgb(168,182,110); }
div.DivClassName
{
background-color: #A8B66E;
}
.BgClassName
{
background-color: #A8B66E;
}
</style>
border-color css
<style>
span { border-color: #A8B66E; }
span { border-color: rgb(168,182,110); }
td.TdClassName
{
border-color: #A8B66E;
}
.TagClassName
{
border-color: #A8B66E;
}
</style>