Shades of Green Smoke #A2BC5E
Tints of Green Smoke #A2BC5E
RGB
CMYK
RGB Variations
Color information
#A2BC5E (or 0xA2BC5E) is known color: Green Smoke. HEX triplet: A2, BC and 5E. RGB value is (162,188,94). Sum of RGB (Red+Green+Blue) = 162+188+94=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC5E is #5D43A1. Grayscale: #A9A9A9. Windows color (decimal): -6112162 or 6208674. OLE color: 6208674.
HSL color Cylindrical-coordinate representation of color #A2BC5E: hue angle of 76.6º 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 #A2BC5E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 94 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.26 |
| HSL | 76.6º | 0.41% | 0.55% | - |
| HSV(B) | 76.6º | 0.5% | 0.74% | - |
| XYZ | 34.9 | 44.46 | 17.33 | - |
| YUV | 169.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 94 | 0.14 | 0 | 0.50 | 0.26 | 76.6 | 0.41 | 0.55 |
| Hex | A2 | BC | 5E | E | 0 | 32 | 1A | 4D | 29 | 37 |
| Octal | 242 | 274 | 136 | 16 | 0 | 62 | 32 | 115 | 51 | 67 |
| Binary | 10100010 | 10111100 | 1011110 | 1110 | 0 | 110010 | 11010 | 1001101 | 101001 | 110111 |
Color Harmonies of #A2BC5E
Complementary color
Monochromatic Colors of #A2BC5E
Black with #A2BC5E
Text Example
Text Example
White with #A2BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC5E; }
p { color: rgb(162,188,94); }
H1.HeaderClassName
{
color: #A2BC5E;
}
.AnyTagClassName
{
color: #A2BC5E;
}
</style>
background-color css
<style>
a { background-color: #A2BC5E; }
a { background-color: rgb(162,188,94); }
div.DivClassName
{
background-color: #A2BC5E;
}
.BgClassName
{
background-color: #A2BC5E;
}
</style>
border-color css
<style>
span { border-color: #A2BC5E; }
span { border-color: rgb(162,188,94); }
td.TdClassName
{
border-color: #A2BC5E;
}
.TagClassName
{
border-color: #A2BC5E;
}
</style>