Shades of Green Smoke #A9BA6B
Tints of Green Smoke #A9BA6B
RGB
CMYK
RGB Variations
Color information
#A9BA6B (or 0xA9BA6B) is known color: Green Smoke. HEX triplet: A9, BA and 6B. RGB value is (169,186,107). Sum of RGB (Red+Green+Blue) = 169+186+107=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA6B is #564594. Grayscale: #ACACAC. Windows color (decimal): -5653909 or 7060137. OLE color: 7060137.
HSL color Cylindrical-coordinate representation of color #A9BA6B: hue angle of 72.91º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9BA6B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 107 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.27 |
| HSL | 72.91º | 0.36% | 0.57% | - |
| HSV(B) | 72.91º | 0.42% | 0.73% | - |
| XYZ | 36.57 | 44.61 | 20.59 | - |
| YUV | 171.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 107 | 0.09 | 0 | 0.42 | 0.27 | 72.91 | 0.36 | 0.57 |
| Hex | A9 | BA | 6B | 9 | 0 | 2A | 1B | 49 | 24 | 39 |
| Octal | 251 | 272 | 153 | 11 | 0 | 52 | 33 | 111 | 44 | 71 |
| Binary | 10101001 | 10111010 | 1101011 | 1001 | 0 | 101010 | 11011 | 1001001 | 100100 | 111001 |
Color Harmonies of #A9BA6B
Complementary color
Monochromatic Colors of #A9BA6B
Black with #A9BA6B
Text Example
Text Example
White with #A9BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA6B; }
p { color: rgb(169,186,107); }
H1.HeaderClassName
{
color: #A9BA6B;
}
.AnyTagClassName
{
color: #A9BA6B;
}
</style>
background-color css
<style>
a { background-color: #A9BA6B; }
a { background-color: rgb(169,186,107); }
div.DivClassName
{
background-color: #A9BA6B;
}
.BgClassName
{
background-color: #A9BA6B;
}
</style>
border-color css
<style>
span { border-color: #A9BA6B; }
span { border-color: rgb(169,186,107); }
td.TdClassName
{
border-color: #A9BA6B;
}
.TagClassName
{
border-color: #A9BA6B;
}
</style>