Shades of Green Smoke #A2B65A
Tints of Green Smoke #A2B65A
RGB
CMYK
RGB Variations
Color information
#A2B65A (or 0xA2B65A) is known color: Green Smoke. HEX triplet: A2, B6 and 5A. RGB value is (162,182,90). Sum of RGB (Red+Green+Blue) = 162+182+90=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B65A is #5D49A5. Grayscale: #A5A5A5. Windows color (decimal): -6113702 or 5944994. OLE color: 5944994.
HSL color Cylindrical-coordinate representation of color #A2B65A: hue angle of 73.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2B65A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 90 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.29 |
| HSL | 73.04º | 0.39% | 0.53% | - |
| HSV(B) | 73.04º | 0.51% | 0.71% | - |
| XYZ | 33.47 | 41.88 | 15.99 | - |
| YUV | 165.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 90 | 0.11 | 0 | 0.51 | 0.29 | 73.04 | 0.39 | 0.53 |
| Hex | A2 | B6 | 5A | B | 0 | 33 | 1D | 49 | 27 | 35 |
| Octal | 242 | 266 | 132 | 13 | 0 | 63 | 35 | 111 | 47 | 65 |
| Binary | 10100010 | 10110110 | 1011010 | 1011 | 0 | 110011 | 11101 | 1001001 | 100111 | 110101 |
Color Harmonies of #A2B65A
Complementary color
Monochromatic Colors of #A2B65A
Black with #A2B65A
Text Example
Text Example
White with #A2B65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B65A; }
p { color: rgb(162,182,90); }
H1.HeaderClassName
{
color: #A2B65A;
}
.AnyTagClassName
{
color: #A2B65A;
}
</style>
background-color css
<style>
a { background-color: #A2B65A; }
a { background-color: rgb(162,182,90); }
div.DivClassName
{
background-color: #A2B65A;
}
.BgClassName
{
background-color: #A2B65A;
}
</style>
border-color css
<style>
span { border-color: #A2B65A; }
span { border-color: rgb(162,182,90); }
td.TdClassName
{
border-color: #A2B65A;
}
.TagClassName
{
border-color: #A2B65A;
}
</style>