Shades of Green Smoke #A9B56D
Tints of Green Smoke #A9B56D
RGB
CMYK
RGB Variations
Color information
#A9B56D (or 0xA9B56D) is known color: Green Smoke. HEX triplet: A9, B5 and 6D. RGB value is (169,181,109). Sum of RGB (Red+Green+Blue) = 169+181+109=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B56D is #564A92. Grayscale: #A9A9A9. Windows color (decimal): -5655187 or 7189929. OLE color: 7189929.
HSL color Cylindrical-coordinate representation of color #A9B56D: hue angle of 70º 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 #A9B56D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 109 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.29 |
| HSL | 70º | 0.33% | 0.57% | - |
| HSV(B) | 70º | 0.4% | 0.71% | - |
| XYZ | 35.65 | 42.59 | 20.81 | - |
| YUV | 169.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 109 | 0.07 | 0 | 0.40 | 0.29 | 70 | 0.33 | 0.57 |
| Hex | A9 | B5 | 6D | 7 | 0 | 28 | 1D | 46 | 21 | 39 |
| Octal | 251 | 265 | 155 | 7 | 0 | 50 | 35 | 106 | 41 | 71 |
| Binary | 10101001 | 10110101 | 1101101 | 111 | 0 | 101000 | 11101 | 1000110 | 100001 | 111001 |
Color Harmonies of #A9B56D
Complementary color
Monochromatic Colors of #A9B56D
Black with #A9B56D
Text Example
Text Example
White with #A9B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B56D; }
p { color: rgb(169,181,109); }
H1.HeaderClassName
{
color: #A9B56D;
}
.AnyTagClassName
{
color: #A9B56D;
}
</style>
background-color css
<style>
a { background-color: #A9B56D; }
a { background-color: rgb(169,181,109); }
div.DivClassName
{
background-color: #A9B56D;
}
.BgClassName
{
background-color: #A9B56D;
}
</style>
border-color css
<style>
span { border-color: #A9B56D; }
span { border-color: rgb(169,181,109); }
td.TdClassName
{
border-color: #A9B56D;
}
.TagClassName
{
border-color: #A9B56D;
}
</style>