Shades of Green Smoke #A9B26C
Tints of Green Smoke #A9B26C
RGB
CMYK
RGB Variations
Color information
#A9B26C (or 0xA9B26C) is known color: Green Smoke. HEX triplet: A9, B2 and 6C. RGB value is (169,178,108). Sum of RGB (Red+Green+Blue) = 169+178+108=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B26C is #564D93. Grayscale: #A7A7A7. Windows color (decimal): -5655956 or 7123625. OLE color: 7123625.
HSL color Cylindrical-coordinate representation of color #A9B26C: hue angle of 67.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9B26C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 108 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.30 |
| HSL | 67.71º | 0.31% | 0.56% | - |
| HSV(B) | 67.71º | 0.39% | 0.7% | - |
| XYZ | 34.99 | 41.36 | 20.33 | - |
| YUV | 167.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 108 | 0.05 | 0 | 0.39 | 0.30 | 67.71 | 0.31 | 0.56 |
| Hex | A9 | B2 | 6C | 5 | 0 | 27 | 1E | 44 | 1F | 38 |
| Octal | 251 | 262 | 154 | 5 | 0 | 47 | 36 | 104 | 37 | 70 |
| Binary | 10101001 | 10110010 | 1101100 | 101 | 0 | 100111 | 11110 | 1000100 | 11111 | 111000 |
Color Harmonies of #A9B26C
Complementary color
Monochromatic Colors of #A9B26C
Black with #A9B26C
Text Example
Text Example
White with #A9B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B26C; }
p { color: rgb(169,178,108); }
H1.HeaderClassName
{
color: #A9B26C;
}
.AnyTagClassName
{
color: #A9B26C;
}
</style>
background-color css
<style>
a { background-color: #A9B26C; }
a { background-color: rgb(169,178,108); }
div.DivClassName
{
background-color: #A9B26C;
}
.BgClassName
{
background-color: #A9B26C;
}
</style>
border-color css
<style>
span { border-color: #A9B26C; }
span { border-color: rgb(169,178,108); }
td.TdClassName
{
border-color: #A9B26C;
}
.TagClassName
{
border-color: #A9B26C;
}
</style>