Shades of Green Smoke #A4B963
Tints of Green Smoke #A4B963
RGB
CMYK
RGB Variations
Color information
#A4B963 (or 0xA4B963) is known color: Green Smoke. HEX triplet: A4, B9 and 63. RGB value is (164,185,99). Sum of RGB (Red+Green+Blue) = 164+185+99=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B963 is #5B469C. Grayscale: #A9A9A9. Windows color (decimal): -5981853 or 6535588. OLE color: 6535588.
HSL color Cylindrical-coordinate representation of color #A4B963: hue angle of 74.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4B963 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 99 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.27 |
| HSL | 74.65º | 0.38% | 0.56% | - |
| HSV(B) | 74.65º | 0.46% | 0.73% | - |
| XYZ | 34.91 | 43.49 | 18.36 | - |
| YUV | 168.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 99 | 0.11 | 0 | 0.46 | 0.27 | 74.65 | 0.38 | 0.56 |
| Hex | A4 | B9 | 63 | B | 0 | 2E | 1B | 4B | 26 | 38 |
| Octal | 244 | 271 | 143 | 13 | 0 | 56 | 33 | 113 | 46 | 70 |
| Binary | 10100100 | 10111001 | 1100011 | 1011 | 0 | 101110 | 11011 | 1001011 | 100110 | 111000 |
Color Harmonies of #A4B963
Complementary color
Monochromatic Colors of #A4B963
Black with #A4B963
Text Example
Text Example
White with #A4B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B963; }
p { color: rgb(164,185,99); }
H1.HeaderClassName
{
color: #A4B963;
}
.AnyTagClassName
{
color: #A4B963;
}
</style>
background-color css
<style>
a { background-color: #A4B963; }
a { background-color: rgb(164,185,99); }
div.DivClassName
{
background-color: #A4B963;
}
.BgClassName
{
background-color: #A4B963;
}
</style>
border-color css
<style>
span { border-color: #A4B963; }
span { border-color: rgb(164,185,99); }
td.TdClassName
{
border-color: #A4B963;
}
.TagClassName
{
border-color: #A4B963;
}
</style>