Shades of Green Smoke #A9B471
Tints of Green Smoke #A9B471
RGB
CMYK
RGB Variations
Color information
#A9B471 (or 0xA9B471) is known color: Green Smoke. HEX triplet: A9, B4 and 71. RGB value is (169,180,113). Sum of RGB (Red+Green+Blue) = 169+180+113=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B471 is #564B8E. Grayscale: #A9A9A9. Windows color (decimal): -5655439 or 7451817. OLE color: 7451817.
HSL color Cylindrical-coordinate representation of color #A9B471: hue angle of 69.85º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9B471 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 113 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.29 |
| HSL | 69.85º | 0.31% | 0.57% | - |
| HSV(B) | 69.85º | 0.37% | 0.71% | - |
| XYZ | 35.66 | 42.27 | 21.9 | - |
| YUV | 169.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 113 | 0.06 | 0 | 0.37 | 0.29 | 69.85 | 0.31 | 0.57 |
| Hex | A9 | B4 | 71 | 6 | 0 | 25 | 1D | 46 | 1F | 39 |
| Octal | 251 | 264 | 161 | 6 | 0 | 45 | 35 | 106 | 37 | 71 |
| Binary | 10101001 | 10110100 | 1110001 | 110 | 0 | 100101 | 11101 | 1000110 | 11111 | 111001 |
Color Harmonies of #A9B471
Complementary color
Monochromatic Colors of #A9B471
Black with #A9B471
Text Example
Text Example
White with #A9B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B471; }
p { color: rgb(169,180,113); }
H1.HeaderClassName
{
color: #A9B471;
}
.AnyTagClassName
{
color: #A9B471;
}
</style>
background-color css
<style>
a { background-color: #A9B471; }
a { background-color: rgb(169,180,113); }
div.DivClassName
{
background-color: #A9B471;
}
.BgClassName
{
background-color: #A9B471;
}
</style>
border-color css
<style>
span { border-color: #A9B471; }
span { border-color: rgb(169,180,113); }
td.TdClassName
{
border-color: #A9B471;
}
.TagClassName
{
border-color: #A9B471;
}
</style>