Shades of Green Smoke #A2BA5D
Tints of Green Smoke #A2BA5D
RGB
CMYK
RGB Variations
Color information
#A2BA5D (or 0xA2BA5D) is known color: Green Smoke. HEX triplet: A2, BA and 5D. RGB value is (162,186,93). Sum of RGB (Red+Green+Blue) = 162+186+93=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA5D is #5D45A2. Grayscale: #A8A8A8. Windows color (decimal): -6112675 or 6142626. OLE color: 6142626.
HSL color Cylindrical-coordinate representation of color #A2BA5D: hue angle of 75.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2BA5D is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 93 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.27 |
| HSL | 75.48º | 0.4% | 0.55% | - |
| HSV(B) | 75.48º | 0.5% | 0.73% | - |
| XYZ | 34.43 | 43.59 | 16.95 | - |
| YUV | 168.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 93 | 0.13 | 0 | 0.5 | 0.27 | 75.48 | 0.4 | 0.55 |
| Hex | A2 | BA | 5D | D | 0 | 32 | 1B | 4B | 28 | 37 |
| Octal | 242 | 272 | 135 | 15 | 0 | 62 | 33 | 113 | 50 | 67 |
| Binary | 10100010 | 10111010 | 1011101 | 1101 | 0 | 110010 | 11011 | 1001011 | 101000 | 110111 |
Color Harmonies of #A2BA5D
Complementary color
Monochromatic Colors of #A2BA5D
Black with #A2BA5D
Text Example
Text Example
White with #A2BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA5D; }
p { color: rgb(162,186,93); }
H1.HeaderClassName
{
color: #A2BA5D;
}
.AnyTagClassName
{
color: #A2BA5D;
}
</style>
background-color css
<style>
a { background-color: #A2BA5D; }
a { background-color: rgb(162,186,93); }
div.DivClassName
{
background-color: #A2BA5D;
}
.BgClassName
{
background-color: #A2BA5D;
}
</style>
border-color css
<style>
span { border-color: #A2BA5D; }
span { border-color: rgb(162,186,93); }
td.TdClassName
{
border-color: #A2BA5D;
}
.TagClassName
{
border-color: #A2BA5D;
}
</style>