Shades of Green Smoke #A4B860
Tints of Green Smoke #A4B860
RGB
CMYK
RGB Variations
Color information
#A4B860 (or 0xA4B860) is known color: Green Smoke. HEX triplet: A4, B8 and 60. RGB value is (164,184,96). Sum of RGB (Red+Green+Blue) = 164+184+96=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B860 is #5B479F. Grayscale: #A8A8A8. Windows color (decimal): -5982112 or 6338724. OLE color: 6338724.
HSL color Cylindrical-coordinate representation of color #A4B860: hue angle of 73.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4B860 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 96 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.28 |
| HSL | 73.64º | 0.38% | 0.55% | - |
| HSV(B) | 73.64º | 0.48% | 0.72% | - |
| XYZ | 34.56 | 43.02 | 17.55 | - |
| YUV | 167.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 96 | 0.11 | 0 | 0.48 | 0.28 | 73.64 | 0.38 | 0.55 |
| Hex | A4 | B8 | 60 | B | 0 | 30 | 1C | 4A | 26 | 37 |
| Octal | 244 | 270 | 140 | 13 | 0 | 60 | 34 | 112 | 46 | 67 |
| Binary | 10100100 | 10111000 | 1100000 | 1011 | 0 | 110000 | 11100 | 1001010 | 100110 | 110111 |
Color Harmonies of #A4B860
Complementary color
Monochromatic Colors of #A4B860
Black with #A4B860
Text Example
Text Example
White with #A4B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B860; }
p { color: rgb(164,184,96); }
H1.HeaderClassName
{
color: #A4B860;
}
.AnyTagClassName
{
color: #A4B860;
}
</style>
background-color css
<style>
a { background-color: #A4B860; }
a { background-color: rgb(164,184,96); }
div.DivClassName
{
background-color: #A4B860;
}
.BgClassName
{
background-color: #A4B860;
}
</style>
border-color css
<style>
span { border-color: #A4B860; }
span { border-color: rgb(164,184,96); }
td.TdClassName
{
border-color: #A4B860;
}
.TagClassName
{
border-color: #A4B860;
}
</style>