Shades of Green Smoke #A9B76A
Tints of Green Smoke #A9B76A
RGB
CMYK
RGB Variations
Color information
#A9B76A (or 0xA9B76A) is known color: Green Smoke. HEX triplet: A9, B7 and 6A. RGB value is (169,183,106). Sum of RGB (Red+Green+Blue) = 169+183+106=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B76A is #564895. Grayscale: #AAAAAA. Windows color (decimal): -5654678 or 6993833. OLE color: 6993833.
HSL color Cylindrical-coordinate representation of color #A9B76A: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9B76A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 106 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.28 |
| HSL | 70.91º | 0.35% | 0.57% | - |
| HSV(B) | 70.91º | 0.42% | 0.72% | - |
| XYZ | 35.9 | 43.34 | 20.11 | - |
| YUV | 170.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 106 | 0.08 | 0 | 0.42 | 0.28 | 70.91 | 0.35 | 0.57 |
| Hex | A9 | B7 | 6A | 8 | 0 | 2A | 1C | 47 | 23 | 39 |
| Octal | 251 | 267 | 152 | 10 | 0 | 52 | 34 | 107 | 43 | 71 |
| Binary | 10101001 | 10110111 | 1101010 | 1000 | 0 | 101010 | 11100 | 1000111 | 100011 | 111001 |
Color Harmonies of #A9B76A
Complementary color
Monochromatic Colors of #A9B76A
Black with #A9B76A
Text Example
Text Example
White with #A9B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B76A; }
p { color: rgb(169,183,106); }
H1.HeaderClassName
{
color: #A9B76A;
}
.AnyTagClassName
{
color: #A9B76A;
}
</style>
background-color css
<style>
a { background-color: #A9B76A; }
a { background-color: rgb(169,183,106); }
div.DivClassName
{
background-color: #A9B76A;
}
.BgClassName
{
background-color: #A9B76A;
}
</style>
border-color css
<style>
span { border-color: #A9B76A; }
span { border-color: rgb(169,183,106); }
td.TdClassName
{
border-color: #A9B76A;
}
.TagClassName
{
border-color: #A9B76A;
}
</style>