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