Shades of Green Smoke #A4BC5E
Tints of Green Smoke #A4BC5E
RGB
CMYK
RGB Variations
Color information
#A4BC5E (or 0xA4BC5E) is known color: Green Smoke. HEX triplet: A4, BC and 5E. RGB value is (164,188,94). Sum of RGB (Red+Green+Blue) = 164+188+94=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC5E is #5B43A1. Grayscale: #AAAAAA. Windows color (decimal): -5981090 or 6208676. OLE color: 6208676.
HSL color Cylindrical-coordinate representation of color #A4BC5E: hue angle of 75.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4BC5E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 94 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.26 |
| HSL | 75.32º | 0.41% | 0.55% | - |
| HSV(B) | 75.32º | 0.5% | 0.74% | - |
| XYZ | 35.31 | 44.67 | 17.35 | - |
| YUV | 170.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 94 | 0.13 | 0 | 0.50 | 0.26 | 75.32 | 0.41 | 0.55 |
| Hex | A4 | BC | 5E | D | 0 | 32 | 1A | 4B | 29 | 37 |
| Octal | 244 | 274 | 136 | 15 | 0 | 62 | 32 | 113 | 51 | 67 |
| Binary | 10100100 | 10111100 | 1011110 | 1101 | 0 | 110010 | 11010 | 1001011 | 101001 | 110111 |
Color Harmonies of #A4BC5E
Complementary color
Monochromatic Colors of #A4BC5E
Black with #A4BC5E
Text Example
Text Example
White with #A4BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC5E; }
p { color: rgb(164,188,94); }
H1.HeaderClassName
{
color: #A4BC5E;
}
.AnyTagClassName
{
color: #A4BC5E;
}
</style>
background-color css
<style>
a { background-color: #A4BC5E; }
a { background-color: rgb(164,188,94); }
div.DivClassName
{
background-color: #A4BC5E;
}
.BgClassName
{
background-color: #A4BC5E;
}
</style>
border-color css
<style>
span { border-color: #A4BC5E; }
span { border-color: rgb(164,188,94); }
td.TdClassName
{
border-color: #A4BC5E;
}
.TagClassName
{
border-color: #A4BC5E;
}
</style>