Shades of Green Smoke #A4B95D
Tints of Green Smoke #A4B95D
RGB
CMYK
RGB Variations
Color information
#A4B95D (or 0xA4B95D) is known color: Green Smoke. HEX triplet: A4, B9 and 5D. RGB value is (164,185,93). Sum of RGB (Red+Green+Blue) = 164+185+93=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B95D is #5B46A2. Grayscale: #A8A8A8. Windows color (decimal): -5981859 or 6142372. OLE color: 6142372.
HSL color Cylindrical-coordinate representation of color #A4B95D: hue angle of 73.7º 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 #A4B95D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 93 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.27 |
| HSL | 73.7º | 0.4% | 0.55% | - |
| HSV(B) | 73.7º | 0.5% | 0.73% | - |
| XYZ | 34.63 | 43.38 | 16.9 | - |
| YUV | 168.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 93 | 0.11 | 0 | 0.50 | 0.27 | 73.7 | 0.4 | 0.55 |
| Hex | A4 | B9 | 5D | B | 0 | 32 | 1B | 4A | 28 | 37 |
| Octal | 244 | 271 | 135 | 13 | 0 | 62 | 33 | 112 | 50 | 67 |
| Binary | 10100100 | 10111001 | 1011101 | 1011 | 0 | 110010 | 11011 | 1001010 | 101000 | 110111 |
Color Harmonies of #A4B95D
Complementary color
Monochromatic Colors of #A4B95D
Black with #A4B95D
Text Example
Text Example
White with #A4B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B95D; }
p { color: rgb(164,185,93); }
H1.HeaderClassName
{
color: #A4B95D;
}
.AnyTagClassName
{
color: #A4B95D;
}
</style>
background-color css
<style>
a { background-color: #A4B95D; }
a { background-color: rgb(164,185,93); }
div.DivClassName
{
background-color: #A4B95D;
}
.BgClassName
{
background-color: #A4B95D;
}
</style>
border-color css
<style>
span { border-color: #A4B95D; }
span { border-color: rgb(164,185,93); }
td.TdClassName
{
border-color: #A4B95D;
}
.TagClassName
{
border-color: #A4B95D;
}
</style>