Shades of Green Smoke #A2B36C
Tints of Green Smoke #A2B36C
RGB
CMYK
RGB Variations
Color information
#A2B36C (or 0xA2B36C) is known color: Green Smoke. HEX triplet: A2, B3 and 6C. RGB value is (162,179,108). Sum of RGB (Red+Green+Blue) = 162+179+108=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B36C is #5D4C93. Grayscale: #A6A6A6. Windows color (decimal): -6114452 or 7123874. OLE color: 7123874.
HSL color Cylindrical-coordinate representation of color #A2B36C: hue angle of 74.37º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2B36C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 108 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.30 |
| HSL | 74.37º | 0.32% | 0.56% | - |
| HSV(B) | 74.37º | 0.4% | 0.7% | - |
| XYZ | 33.73 | 41 | 20.32 | - |
| YUV | 165.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 108 | 0.09 | 0 | 0.40 | 0.30 | 74.37 | 0.32 | 0.56 |
| Hex | A2 | B3 | 6C | 9 | 0 | 28 | 1E | 4A | 20 | 38 |
| Octal | 242 | 263 | 154 | 11 | 0 | 50 | 36 | 112 | 40 | 70 |
| Binary | 10100010 | 10110011 | 1101100 | 1001 | 0 | 101000 | 11110 | 1001010 | 100000 | 111000 |
Color Harmonies of #A2B36C
Complementary color
Monochromatic Colors of #A2B36C
Black with #A2B36C
Text Example
Text Example
White with #A2B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B36C; }
p { color: rgb(162,179,108); }
H1.HeaderClassName
{
color: #A2B36C;
}
.AnyTagClassName
{
color: #A2B36C;
}
</style>
background-color css
<style>
a { background-color: #A2B36C; }
a { background-color: rgb(162,179,108); }
div.DivClassName
{
background-color: #A2B36C;
}
.BgClassName
{
background-color: #A2B36C;
}
</style>
border-color css
<style>
span { border-color: #A2B36C; }
span { border-color: rgb(162,179,108); }
td.TdClassName
{
border-color: #A2B36C;
}
.TagClassName
{
border-color: #A2B36C;
}
</style>