Shades of Green Smoke #A4BA5D
Tints of Green Smoke #A4BA5D
RGB
CMYK
RGB Variations
Color information
#A4BA5D (or 0xA4BA5D) is known color: Green Smoke. HEX triplet: A4, BA and 5D. RGB value is (164,186,93). Sum of RGB (Red+Green+Blue) = 164+186+93=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA5D is #5B45A2. Grayscale: #A9A9A9. Windows color (decimal): -5981603 or 6142628. OLE color: 6142628.
HSL color Cylindrical-coordinate representation of color #A4BA5D: hue angle of 74.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4BA5D is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 93 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.27 |
| HSL | 74.19º | 0.4% | 0.55% | - |
| HSV(B) | 74.19º | 0.5% | 0.73% | - |
| XYZ | 34.84 | 43.8 | 16.97 | - |
| YUV | 168.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 93 | 0.12 | 0 | 0.5 | 0.27 | 74.19 | 0.4 | 0.55 |
| Hex | A4 | BA | 5D | C | 0 | 32 | 1B | 4A | 28 | 37 |
| Octal | 244 | 272 | 135 | 14 | 0 | 62 | 33 | 112 | 50 | 67 |
| Binary | 10100100 | 10111010 | 1011101 | 1100 | 0 | 110010 | 11011 | 1001010 | 101000 | 110111 |
Color Harmonies of #A4BA5D
Complementary color
Monochromatic Colors of #A4BA5D
Black with #A4BA5D
Text Example
Text Example
White with #A4BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA5D; }
p { color: rgb(164,186,93); }
H1.HeaderClassName
{
color: #A4BA5D;
}
.AnyTagClassName
{
color: #A4BA5D;
}
</style>
background-color css
<style>
a { background-color: #A4BA5D; }
a { background-color: rgb(164,186,93); }
div.DivClassName
{
background-color: #A4BA5D;
}
.BgClassName
{
background-color: #A4BA5D;
}
</style>
border-color css
<style>
span { border-color: #A4BA5D; }
span { border-color: rgb(164,186,93); }
td.TdClassName
{
border-color: #A4BA5D;
}
.TagClassName
{
border-color: #A4BA5D;
}
</style>