Shades of Green Smoke #A8B66A
Tints of Green Smoke #A8B66A
RGB
CMYK
RGB Variations
Color information
#A8B66A (or 0xA8B66A) is known color: Green Smoke. HEX triplet: A8, B6 and 6A. RGB value is (168,182,106). Sum of RGB (Red+Green+Blue) = 168+182+106=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B66A is #574995. Grayscale: #A9A9A9. Windows color (decimal): -5720470 or 6993576. OLE color: 6993576.
HSL color Cylindrical-coordinate representation of color #A8B66A: hue angle of 71.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8B66A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 106 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.29 |
| HSL | 71.05º | 0.34% | 0.56% | - |
| HSV(B) | 71.05º | 0.42% | 0.71% | - |
| XYZ | 35.48 | 42.82 | 20.03 | - |
| YUV | 169.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 106 | 0.08 | 0 | 0.42 | 0.29 | 71.05 | 0.34 | 0.56 |
| Hex | A8 | B6 | 6A | 8 | 0 | 2A | 1D | 47 | 22 | 38 |
| Octal | 250 | 266 | 152 | 10 | 0 | 52 | 35 | 107 | 42 | 70 |
| Binary | 10101000 | 10110110 | 1101010 | 1000 | 0 | 101010 | 11101 | 1000111 | 100010 | 111000 |
Color Harmonies of #A8B66A
Complementary color
Monochromatic Colors of #A8B66A
Black with #A8B66A
Text Example
Text Example
White with #A8B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B66A; }
p { color: rgb(168,182,106); }
H1.HeaderClassName
{
color: #A8B66A;
}
.AnyTagClassName
{
color: #A8B66A;
}
</style>
background-color css
<style>
a { background-color: #A8B66A; }
a { background-color: rgb(168,182,106); }
div.DivClassName
{
background-color: #A8B66A;
}
.BgClassName
{
background-color: #A8B66A;
}
</style>
border-color css
<style>
span { border-color: #A8B66A; }
span { border-color: rgb(168,182,106); }
td.TdClassName
{
border-color: #A8B66A;
}
.TagClassName
{
border-color: #A8B66A;
}
</style>