Shades of Green Smoke #A4B95C
Tints of Green Smoke #A4B95C
RGB
CMYK
RGB Variations
Color information
#A4B95C (or 0xA4B95C) is known color: Green Smoke. HEX triplet: A4, B9 and 5C. RGB value is (164,185,92). Sum of RGB (Red+Green+Blue) = 164+185+92=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B95C is #5B46A3. Grayscale: #A8A8A8. Windows color (decimal): -5981860 or 6076836. OLE color: 6076836.
HSL color Cylindrical-coordinate representation of color #A4B95C: hue angle of 73.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4B95C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 92 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.27 |
| HSL | 73.55º | 0.4% | 0.54% | - |
| HSV(B) | 73.55º | 0.5% | 0.73% | - |
| XYZ | 34.59 | 43.36 | 16.67 | - |
| YUV | 168.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 92 | 0.11 | 0 | 0.50 | 0.27 | 73.55 | 0.4 | 0.54 |
| Hex | A4 | B9 | 5C | B | 0 | 32 | 1B | 4A | 28 | 36 |
| Octal | 244 | 271 | 134 | 13 | 0 | 62 | 33 | 112 | 50 | 66 |
| Binary | 10100100 | 10111001 | 1011100 | 1011 | 0 | 110010 | 11011 | 1001010 | 101000 | 110110 |
Color Harmonies of #A4B95C
Complementary color
Monochromatic Colors of #A4B95C
Black with #A4B95C
Text Example
Text Example
White with #A4B95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B95C; }
p { color: rgb(164,185,92); }
H1.HeaderClassName
{
color: #A4B95C;
}
.AnyTagClassName
{
color: #A4B95C;
}
</style>
background-color css
<style>
a { background-color: #A4B95C; }
a { background-color: rgb(164,185,92); }
div.DivClassName
{
background-color: #A4B95C;
}
.BgClassName
{
background-color: #A4B95C;
}
</style>
border-color css
<style>
span { border-color: #A4B95C; }
span { border-color: rgb(164,185,92); }
td.TdClassName
{
border-color: #A4B95C;
}
.TagClassName
{
border-color: #A4B95C;
}
</style>