Shades of Green Smoke #A4B56D
Tints of Green Smoke #A4B56D
RGB
CMYK
RGB Variations
Color information
#A4B56D (or 0xA4B56D) is known color: Green Smoke. HEX triplet: A4, B5 and 6D. RGB value is (164,181,109). Sum of RGB (Red+Green+Blue) = 164+181+109=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B56D is #5B4A92. Grayscale: #A7A7A7. Windows color (decimal): -5982867 or 7189924. OLE color: 7189924.
HSL color Cylindrical-coordinate representation of color #A4B56D: hue angle of 74.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4B56D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 109 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.29 |
| HSL | 74.17º | 0.33% | 0.57% | - |
| HSV(B) | 74.17º | 0.4% | 0.71% | - |
| XYZ | 34.59 | 42.04 | 20.76 | - |
| YUV | 167.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 109 | 0.09 | 0 | 0.40 | 0.29 | 74.17 | 0.33 | 0.57 |
| Hex | A4 | B5 | 6D | 9 | 0 | 28 | 1D | 4A | 21 | 39 |
| Octal | 244 | 265 | 155 | 11 | 0 | 50 | 35 | 112 | 41 | 71 |
| Binary | 10100100 | 10110101 | 1101101 | 1001 | 0 | 101000 | 11101 | 1001010 | 100001 | 111001 |
Color Harmonies of #A4B56D
Complementary color
Monochromatic Colors of #A4B56D
Black with #A4B56D
Text Example
Text Example
White with #A4B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B56D; }
p { color: rgb(164,181,109); }
H1.HeaderClassName
{
color: #A4B56D;
}
.AnyTagClassName
{
color: #A4B56D;
}
</style>
background-color css
<style>
a { background-color: #A4B56D; }
a { background-color: rgb(164,181,109); }
div.DivClassName
{
background-color: #A4B56D;
}
.BgClassName
{
background-color: #A4B56D;
}
</style>
border-color css
<style>
span { border-color: #A4B56D; }
span { border-color: rgb(164,181,109); }
td.TdClassName
{
border-color: #A4B56D;
}
.TagClassName
{
border-color: #A4B56D;
}
</style>