Shades of Green Smoke #A9B46B
Tints of Green Smoke #A9B46B
RGB
CMYK
RGB Variations
Color information
#A9B46B (or 0xA9B46B) is known color: Green Smoke. HEX triplet: A9, B4 and 6B. RGB value is (169,180,107). Sum of RGB (Red+Green+Blue) = 169+180+107=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B46B is #564B94. Grayscale: #A8A8A8. Windows color (decimal): -5655445 or 7058601. OLE color: 7058601.
HSL color Cylindrical-coordinate representation of color #A9B46B: hue angle of 69.04º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9B46B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 107 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.29 |
| HSL | 69.04º | 0.33% | 0.56% | - |
| HSV(B) | 69.04º | 0.41% | 0.71% | - |
| XYZ | 35.34 | 42.14 | 20.18 | - |
| YUV | 168.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 107 | 0.06 | 0 | 0.41 | 0.29 | 69.04 | 0.33 | 0.56 |
| Hex | A9 | B4 | 6B | 6 | 0 | 29 | 1D | 45 | 21 | 38 |
| Octal | 251 | 264 | 153 | 6 | 0 | 51 | 35 | 105 | 41 | 70 |
| Binary | 10101001 | 10110100 | 1101011 | 110 | 0 | 101001 | 11101 | 1000101 | 100001 | 111000 |
Color Harmonies of #A9B46B
Complementary color
Monochromatic Colors of #A9B46B
Black with #A9B46B
Text Example
Text Example
White with #A9B46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B46B; }
p { color: rgb(169,180,107); }
H1.HeaderClassName
{
color: #A9B46B;
}
.AnyTagClassName
{
color: #A9B46B;
}
</style>
background-color css
<style>
a { background-color: #A9B46B; }
a { background-color: rgb(169,180,107); }
div.DivClassName
{
background-color: #A9B46B;
}
.BgClassName
{
background-color: #A9B46B;
}
</style>
border-color css
<style>
span { border-color: #A9B46B; }
span { border-color: rgb(169,180,107); }
td.TdClassName
{
border-color: #A9B46B;
}
.TagClassName
{
border-color: #A9B46B;
}
</style>