Shades of Green Smoke #A9B465
Tints of Green Smoke #A9B465
RGB
CMYK
RGB Variations
Color information
#A9B465 (or 0xA9B465) is known color: Green Smoke. HEX triplet: A9, B4 and 65. RGB value is (169,180,101). Sum of RGB (Red+Green+Blue) = 169+180+101=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B465 is #564B9A. Grayscale: #A8A8A8. Windows color (decimal): -5655451 or 6665385. OLE color: 6665385.
HSL color Cylindrical-coordinate representation of color #A9B465: hue angle of 68.35º degrees, saturation: 0.34, 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 #A9B465 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 101 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.29 |
| HSL | 68.35º | 0.34% | 0.55% | - |
| HSV(B) | 68.35º | 0.44% | 0.71% | - |
| XYZ | 35.03 | 42.02 | 18.58 | - |
| YUV | 167.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 101 | 0.06 | 0 | 0.44 | 0.29 | 68.35 | 0.34 | 0.55 |
| Hex | A9 | B4 | 65 | 6 | 0 | 2C | 1D | 44 | 22 | 37 |
| Octal | 251 | 264 | 145 | 6 | 0 | 54 | 35 | 104 | 42 | 67 |
| Binary | 10101001 | 10110100 | 1100101 | 110 | 0 | 101100 | 11101 | 1000100 | 100010 | 110111 |
Color Harmonies of #A9B465
Complementary color
Monochromatic Colors of #A9B465
Black with #A9B465
Text Example
Text Example
White with #A9B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B465; }
p { color: rgb(169,180,101); }
H1.HeaderClassName
{
color: #A9B465;
}
.AnyTagClassName
{
color: #A9B465;
}
</style>
background-color css
<style>
a { background-color: #A9B465; }
a { background-color: rgb(169,180,101); }
div.DivClassName
{
background-color: #A9B465;
}
.BgClassName
{
background-color: #A9B465;
}
</style>
border-color css
<style>
span { border-color: #A9B465; }
span { border-color: rgb(169,180,101); }
td.TdClassName
{
border-color: #A9B465;
}
.TagClassName
{
border-color: #A9B465;
}
</style>