Shades of Green Smoke #A2B051
Tints of Green Smoke #A2B051
RGB
CMYK
RGB Variations
Color information
#A2B051 (or 0xA2B051) is known color: Green Smoke. HEX triplet: A2, B0 and 51. RGB value is (162,176,81). Sum of RGB (Red+Green+Blue) = 162+176+81=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B051 is #5D4FAE. Grayscale: #A1A1A1. Windows color (decimal): -6115247 or 5353634. OLE color: 5353634.
HSL color Cylindrical-coordinate representation of color #A2B051: hue angle of 68.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2B051 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 81 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.31 |
| HSL | 68.84º | 0.38% | 0.5% | - |
| HSV(B) | 68.84º | 0.54% | 0.69% | - |
| XYZ | 31.91 | 39.33 | 13.69 | - |
| YUV | 160.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 81 | 0.08 | 0 | 0.54 | 0.31 | 68.84 | 0.38 | 0.5 |
| Hex | A2 | B0 | 51 | 8 | 0 | 36 | 1F | 45 | 26 | 32 |
| Octal | 242 | 260 | 121 | 10 | 0 | 66 | 37 | 105 | 46 | 62 |
| Binary | 10100010 | 10110000 | 1010001 | 1000 | 0 | 110110 | 11111 | 1000101 | 100110 | 110010 |
Color Harmonies of #A2B051
Complementary color
Monochromatic Colors of #A2B051
Black with #A2B051
Text Example
Text Example
White with #A2B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B051; }
p { color: rgb(162,176,81); }
H1.HeaderClassName
{
color: #A2B051;
}
.AnyTagClassName
{
color: #A2B051;
}
</style>
background-color css
<style>
a { background-color: #A2B051; }
a { background-color: rgb(162,176,81); }
div.DivClassName
{
background-color: #A2B051;
}
.BgClassName
{
background-color: #A2B051;
}
</style>
border-color css
<style>
span { border-color: #A2B051; }
span { border-color: rgb(162,176,81); }
td.TdClassName
{
border-color: #A2B051;
}
.TagClassName
{
border-color: #A2B051;
}
</style>