Shades of Green Smoke #A9B463
Tints of Green Smoke #A9B463
RGB
CMYK
RGB Variations
Color information
#A9B463 (or 0xA9B463) is known color: Green Smoke. HEX triplet: A9, B4 and 63. RGB value is (169,180,99). Sum of RGB (Red+Green+Blue) = 169+180+99=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B463 is #564B9C. Grayscale: #A7A7A7. Windows color (decimal): -5655453 or 6534313. OLE color: 6534313.
HSL color Cylindrical-coordinate representation of color #A9B463: hue angle of 68.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9B463 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 99 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.29 |
| HSL | 68.15º | 0.35% | 0.55% | - |
| HSV(B) | 68.15º | 0.45% | 0.71% | - |
| XYZ | 34.94 | 41.98 | 18.07 | - |
| YUV | 167.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 99 | 0.06 | 0 | 0.45 | 0.29 | 68.15 | 0.35 | 0.55 |
| Hex | A9 | B4 | 63 | 6 | 0 | 2D | 1D | 44 | 23 | 37 |
| Octal | 251 | 264 | 143 | 6 | 0 | 55 | 35 | 104 | 43 | 67 |
| Binary | 10101001 | 10110100 | 1100011 | 110 | 0 | 101101 | 11101 | 1000100 | 100011 | 110111 |
Color Harmonies of #A9B463
Complementary color
Monochromatic Colors of #A9B463
Black with #A9B463
Text Example
Text Example
White with #A9B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B463; }
p { color: rgb(169,180,99); }
H1.HeaderClassName
{
color: #A9B463;
}
.AnyTagClassName
{
color: #A9B463;
}
</style>
background-color css
<style>
a { background-color: #A9B463; }
a { background-color: rgb(169,180,99); }
div.DivClassName
{
background-color: #A9B463;
}
.BgClassName
{
background-color: #A9B463;
}
</style>
border-color css
<style>
span { border-color: #A9B463; }
span { border-color: rgb(169,180,99); }
td.TdClassName
{
border-color: #A9B463;
}
.TagClassName
{
border-color: #A9B463;
}
</style>