Shades of Green Smoke #A2BC5D
Tints of Green Smoke #A2BC5D
RGB
CMYK
RGB Variations
Color information
#A2BC5D (or 0xA2BC5D) is known color: Green Smoke. HEX triplet: A2, BC and 5D. RGB value is (162,188,93). Sum of RGB (Red+Green+Blue) = 162+188+93=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC5D is #5D43A2. Grayscale: #A9A9A9. Windows color (decimal): -6112163 or 6143138. OLE color: 6143138.
HSL color Cylindrical-coordinate representation of color #A2BC5D: hue angle of 76.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2BC5D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 93 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.26 |
| HSL | 76.42º | 0.41% | 0.55% | - |
| HSV(B) | 76.42º | 0.51% | 0.74% | - |
| XYZ | 34.86 | 44.44 | 17.1 | - |
| YUV | 169.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 93 | 0.14 | 0 | 0.51 | 0.26 | 76.42 | 0.41 | 0.55 |
| Hex | A2 | BC | 5D | E | 0 | 33 | 1A | 4C | 29 | 37 |
| Octal | 242 | 274 | 135 | 16 | 0 | 63 | 32 | 114 | 51 | 67 |
| Binary | 10100010 | 10111100 | 1011101 | 1110 | 0 | 110011 | 11010 | 1001100 | 101001 | 110111 |
Color Harmonies of #A2BC5D
Complementary color
Monochromatic Colors of #A2BC5D
Black with #A2BC5D
Text Example
Text Example
White with #A2BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC5D; }
p { color: rgb(162,188,93); }
H1.HeaderClassName
{
color: #A2BC5D;
}
.AnyTagClassName
{
color: #A2BC5D;
}
</style>
background-color css
<style>
a { background-color: #A2BC5D; }
a { background-color: rgb(162,188,93); }
div.DivClassName
{
background-color: #A2BC5D;
}
.BgClassName
{
background-color: #A2BC5D;
}
</style>
border-color css
<style>
span { border-color: #A2BC5D; }
span { border-color: rgb(162,188,93); }
td.TdClassName
{
border-color: #A2BC5D;
}
.TagClassName
{
border-color: #A2BC5D;
}
</style>