Shades of Green Smoke #A9B464
Tints of Green Smoke #A9B464
RGB
CMYK
RGB Variations
Color information
#A9B464 (or 0xA9B464) is known color: Green Smoke. HEX triplet: A9, B4 and 64. RGB value is (169,180,100). Sum of RGB (Red+Green+Blue) = 169+180+100=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B464 is #564B9B. Grayscale: #A7A7A7. Windows color (decimal): -5655452 or 6599849. OLE color: 6599849.
HSL color Cylindrical-coordinate representation of color #A9B464: hue angle of 68.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9B464 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 100 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.29 |
| HSL | 68.25º | 0.35% | 0.55% | - |
| HSV(B) | 68.25º | 0.44% | 0.71% | - |
| XYZ | 34.98 | 42 | 18.32 | - |
| YUV | 167.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 100 | 0.06 | 0 | 0.44 | 0.29 | 68.25 | 0.35 | 0.55 |
| Hex | A9 | B4 | 64 | 6 | 0 | 2C | 1D | 44 | 23 | 37 |
| Octal | 251 | 264 | 144 | 6 | 0 | 54 | 35 | 104 | 43 | 67 |
| Binary | 10101001 | 10110100 | 1100100 | 110 | 0 | 101100 | 11101 | 1000100 | 100011 | 110111 |
Color Harmonies of #A9B464
Complementary color
Monochromatic Colors of #A9B464
Black with #A9B464
Text Example
Text Example
White with #A9B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B464; }
p { color: rgb(169,180,100); }
H1.HeaderClassName
{
color: #A9B464;
}
.AnyTagClassName
{
color: #A9B464;
}
</style>
background-color css
<style>
a { background-color: #A9B464; }
a { background-color: rgb(169,180,100); }
div.DivClassName
{
background-color: #A9B464;
}
.BgClassName
{
background-color: #A9B464;
}
</style>
border-color css
<style>
span { border-color: #A9B464; }
span { border-color: rgb(169,180,100); }
td.TdClassName
{
border-color: #A9B464;
}
.TagClassName
{
border-color: #A9B464;
}
</style>