Shades of Green Smoke #A2BA5A
Tints of Green Smoke #A2BA5A
RGB
CMYK
RGB Variations
Color information
#A2BA5A (or 0xA2BA5A) is known color: Green Smoke. HEX triplet: A2, BA and 5A. RGB value is (162,186,90). Sum of RGB (Red+Green+Blue) = 162+186+90=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA5A is #5D45A5. Grayscale: #A8A8A8. Windows color (decimal): -6112678 or 5946018. OLE color: 5946018.
HSL color Cylindrical-coordinate representation of color #A2BA5A: hue angle of 75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2BA5A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 90 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.27 |
| HSL | 75º | 0.41% | 0.54% | - |
| HSV(B) | 75º | 0.52% | 0.73% | - |
| XYZ | 34.3 | 43.54 | 16.27 | - |
| YUV | 167.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 90 | 0.13 | 0 | 0.52 | 0.27 | 75 | 0.41 | 0.54 |
| Hex | A2 | BA | 5A | D | 0 | 34 | 1B | 4B | 29 | 36 |
| Octal | 242 | 272 | 132 | 15 | 0 | 64 | 33 | 113 | 51 | 66 |
| Binary | 10100010 | 10111010 | 1011010 | 1101 | 0 | 110100 | 11011 | 1001011 | 101001 | 110110 |
Color Harmonies of #A2BA5A
Complementary color
Monochromatic Colors of #A2BA5A
Black with #A2BA5A
Text Example
Text Example
White with #A2BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA5A; }
p { color: rgb(162,186,90); }
H1.HeaderClassName
{
color: #A2BA5A;
}
.AnyTagClassName
{
color: #A2BA5A;
}
</style>
background-color css
<style>
a { background-color: #A2BA5A; }
a { background-color: rgb(162,186,90); }
div.DivClassName
{
background-color: #A2BA5A;
}
.BgClassName
{
background-color: #A2BA5A;
}
</style>
border-color css
<style>
span { border-color: #A2BA5A; }
span { border-color: rgb(162,186,90); }
td.TdClassName
{
border-color: #A2BA5A;
}
.TagClassName
{
border-color: #A2BA5A;
}
</style>