Shades of Green Smoke #A2B259
Tints of Green Smoke #A2B259
RGB
CMYK
RGB Variations
Color information
#A2B259 (or 0xA2B259) is known color: Green Smoke. HEX triplet: A2, B2 and 59. RGB value is (162,178,89). Sum of RGB (Red+Green+Blue) = 162+178+89=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B259 is #5D4DA6. Grayscale: #A3A3A3. Windows color (decimal): -6114727 or 5878434. OLE color: 5878434.
HSL color Cylindrical-coordinate representation of color #A2B259: hue angle of 70.79º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2B259 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 89 | - |
| CMYK | 0.09 | 0 | 0.5 | 0.30 |
| HSL | 70.79º | 0.37% | 0.52% | - |
| HSV(B) | 70.79º | 0.5% | 0.7% | - |
| XYZ | 32.62 | 40.24 | 15.5 | - |
| YUV | 163.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 89 | 0.09 | 0 | 0.5 | 0.30 | 70.79 | 0.37 | 0.52 |
| Hex | A2 | B2 | 59 | 9 | 0 | 32 | 1E | 47 | 25 | 34 |
| Octal | 242 | 262 | 131 | 11 | 0 | 62 | 36 | 107 | 45 | 64 |
| Binary | 10100010 | 10110010 | 1011001 | 1001 | 0 | 110010 | 11110 | 1000111 | 100101 | 110100 |
Color Harmonies of #A2B259
Complementary color
Monochromatic Colors of #A2B259
Black with #A2B259
Text Example
Text Example
White with #A2B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B259; }
p { color: rgb(162,178,89); }
H1.HeaderClassName
{
color: #A2B259;
}
.AnyTagClassName
{
color: #A2B259;
}
</style>
background-color css
<style>
a { background-color: #A2B259; }
a { background-color: rgb(162,178,89); }
div.DivClassName
{
background-color: #A2B259;
}
.BgClassName
{
background-color: #A2B259;
}
</style>
border-color css
<style>
span { border-color: #A2B259; }
span { border-color: rgb(162,178,89); }
td.TdClassName
{
border-color: #A2B259;
}
.TagClassName
{
border-color: #A2B259;
}
</style>