Shades of Green Smoke #A2B45C
Tints of Green Smoke #A2B45C
RGB
CMYK
RGB Variations
Color information
#A2B45C (or 0xA2B45C) is known color: Green Smoke. HEX triplet: A2, B4 and 5C. RGB value is (162,180,92). Sum of RGB (Red+Green+Blue) = 162+180+92=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B45C is #5D4BA3. Grayscale: #A4A4A4. Windows color (decimal): -6114212 or 6075554. OLE color: 6075554.
HSL color Cylindrical-coordinate representation of color #A2B45C: hue angle of 72.27º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2B45C is Cyan = 0.1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 92 | - |
| CMYK | 0.1 | 0 | 0.49 | 0.29 |
| HSL | 72.27º | 0.37% | 0.53% | - |
| HSV(B) | 72.27º | 0.49% | 0.71% | - |
| XYZ | 33.15 | 41.1 | 16.31 | - |
| YUV | 164.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 92 | 0.1 | 0 | 0.49 | 0.29 | 72.27 | 0.37 | 0.53 |
| Hex | A2 | B4 | 5C | A | 0 | 31 | 1D | 48 | 25 | 35 |
| Octal | 242 | 264 | 134 | 12 | 0 | 61 | 35 | 110 | 45 | 65 |
| Binary | 10100010 | 10110100 | 1011100 | 1010 | 0 | 110001 | 11101 | 1001000 | 100101 | 110101 |
Color Harmonies of #A2B45C
Complementary color
Monochromatic Colors of #A2B45C
Black with #A2B45C
Text Example
Text Example
White with #A2B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B45C; }
p { color: rgb(162,180,92); }
H1.HeaderClassName
{
color: #A2B45C;
}
.AnyTagClassName
{
color: #A2B45C;
}
</style>
background-color css
<style>
a { background-color: #A2B45C; }
a { background-color: rgb(162,180,92); }
div.DivClassName
{
background-color: #A2B45C;
}
.BgClassName
{
background-color: #A2B45C;
}
</style>
border-color css
<style>
span { border-color: #A2B45C; }
span { border-color: rgb(162,180,92); }
td.TdClassName
{
border-color: #A2B45C;
}
.TagClassName
{
border-color: #A2B45C;
}
</style>