Shades of Green Smoke #A4B95A
Tints of Green Smoke #A4B95A
RGB
CMYK
RGB Variations
Color information
#A4B95A (or 0xA4B95A) is known color: Green Smoke. HEX triplet: A4, B9 and 5A. RGB value is (164,185,90). Sum of RGB (Red+Green+Blue) = 164+185+90=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B95A is #5B46A5. Grayscale: #A8A8A8. Windows color (decimal): -5981862 or 5945764. OLE color: 5945764.
HSL color Cylindrical-coordinate representation of color #A4B95A: hue angle of 73.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4B95A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 90 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.27 |
| HSL | 73.26º | 0.4% | 0.54% | - |
| HSV(B) | 73.26º | 0.51% | 0.73% | - |
| XYZ | 34.5 | 43.33 | 16.22 | - |
| YUV | 167.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 90 | 0.11 | 0 | 0.51 | 0.27 | 73.26 | 0.4 | 0.54 |
| Hex | A4 | B9 | 5A | B | 0 | 33 | 1B | 49 | 28 | 36 |
| Octal | 244 | 271 | 132 | 13 | 0 | 63 | 33 | 111 | 50 | 66 |
| Binary | 10100100 | 10111001 | 1011010 | 1011 | 0 | 110011 | 11011 | 1001001 | 101000 | 110110 |
Color Harmonies of #A4B95A
Complementary color
Monochromatic Colors of #A4B95A
Black with #A4B95A
Text Example
Text Example
White with #A4B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B95A; }
p { color: rgb(164,185,90); }
H1.HeaderClassName
{
color: #A4B95A;
}
.AnyTagClassName
{
color: #A4B95A;
}
</style>
background-color css
<style>
a { background-color: #A4B95A; }
a { background-color: rgb(164,185,90); }
div.DivClassName
{
background-color: #A4B95A;
}
.BgClassName
{
background-color: #A4B95A;
}
</style>
border-color css
<style>
span { border-color: #A4B95A; }
span { border-color: rgb(164,185,90); }
td.TdClassName
{
border-color: #A4B95A;
}
.TagClassName
{
border-color: #A4B95A;
}
</style>