Shades of Green Smoke #A4B25E
Tints of Green Smoke #A4B25E
RGB
CMYK
RGB Variations
Color information
#A4B25E (or 0xA4B25E) is known color: Green Smoke. HEX triplet: A4, B2 and 5E. RGB value is (164,178,94). Sum of RGB (Red+Green+Blue) = 164+178+94=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B25E is #5B4DA1. Grayscale: #A4A4A4. Windows color (decimal): -5983650 or 6206116. OLE color: 6206116.
HSL color Cylindrical-coordinate representation of color #A4B25E: hue angle of 70º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4B25E is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 94 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.30 |
| HSL | 70º | 0.35% | 0.53% | - |
| HSV(B) | 70º | 0.47% | 0.7% | - |
| XYZ | 33.25 | 40.54 | 16.66 | - |
| YUV | 164.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 94 | 0.08 | 0 | 0.47 | 0.30 | 70 | 0.35 | 0.53 |
| Hex | A4 | B2 | 5E | 8 | 0 | 2F | 1E | 46 | 23 | 35 |
| Octal | 244 | 262 | 136 | 10 | 0 | 57 | 36 | 106 | 43 | 65 |
| Binary | 10100100 | 10110010 | 1011110 | 1000 | 0 | 101111 | 11110 | 1000110 | 100011 | 110101 |
Color Harmonies of #A4B25E
Complementary color
Monochromatic Colors of #A4B25E
Black with #A4B25E
Text Example
Text Example
White with #A4B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B25E; }
p { color: rgb(164,178,94); }
H1.HeaderClassName
{
color: #A4B25E;
}
.AnyTagClassName
{
color: #A4B25E;
}
</style>
background-color css
<style>
a { background-color: #A4B25E; }
a { background-color: rgb(164,178,94); }
div.DivClassName
{
background-color: #A4B25E;
}
.BgClassName
{
background-color: #A4B25E;
}
</style>
border-color css
<style>
span { border-color: #A4B25E; }
span { border-color: rgb(164,178,94); }
td.TdClassName
{
border-color: #A4B25E;
}
.TagClassName
{
border-color: #A4B25E;
}
</style>