Shades of Green Smoke #A2B65C
Tints of Green Smoke #A2B65C
RGB
CMYK
RGB Variations
Color information
#A2B65C (or 0xA2B65C) is known color: Green Smoke. HEX triplet: A2, B6 and 5C. RGB value is (162,182,92). Sum of RGB (Red+Green+Blue) = 162+182+92=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B65C is #5D49A3. Grayscale: #A6A6A6. Windows color (decimal): -6113700 or 6076066. OLE color: 6076066.
HSL color Cylindrical-coordinate representation of color #A2B65C: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2B65C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 92 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.29 |
| HSL | 73.33º | 0.38% | 0.54% | - |
| HSV(B) | 73.33º | 0.49% | 0.71% | - |
| XYZ | 33.56 | 41.91 | 16.45 | - |
| YUV | 165.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 92 | 0.11 | 0 | 0.49 | 0.29 | 73.33 | 0.38 | 0.54 |
| Hex | A2 | B6 | 5C | B | 0 | 31 | 1D | 49 | 26 | 36 |
| Octal | 242 | 266 | 134 | 13 | 0 | 61 | 35 | 111 | 46 | 66 |
| Binary | 10100010 | 10110110 | 1011100 | 1011 | 0 | 110001 | 11101 | 1001001 | 100110 | 110110 |
Color Harmonies of #A2B65C
Complementary color
Monochromatic Colors of #A2B65C
Black with #A2B65C
Text Example
Text Example
White with #A2B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B65C; }
p { color: rgb(162,182,92); }
H1.HeaderClassName
{
color: #A2B65C;
}
.AnyTagClassName
{
color: #A2B65C;
}
</style>
background-color css
<style>
a { background-color: #A2B65C; }
a { background-color: rgb(162,182,92); }
div.DivClassName
{
background-color: #A2B65C;
}
.BgClassName
{
background-color: #A2B65C;
}
</style>
border-color css
<style>
span { border-color: #A2B65C; }
span { border-color: rgb(162,182,92); }
td.TdClassName
{
border-color: #A2B65C;
}
.TagClassName
{
border-color: #A2B65C;
}
</style>