Shades of Green Smoke #A2A250
Tints of Green Smoke #A2A250
RGB
CMYK
RGB Variations
Color information
#A2A250 (or 0xA2A250) is known color: Green Smoke. HEX triplet: A2, A2 and 50. RGB value is (162,162,80). Sum of RGB (Red+Green+Blue) = 162+162+80=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A250 is #5D5DAF. Grayscale: #989898. Windows color (decimal): -6118832 or 5284514. OLE color: 5284514.
HSL color Cylindrical-coordinate representation of color #A2A250: hue angle of 60º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2A250 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 80 | - |
| CMYK | 0 | 0 | 0.51 | 0.36 |
| HSL | 60º | 0.34% | 0.47% | - |
| HSV(B) | 60º | 0.51% | 0.64% | - |
| XYZ | 29.27 | 34.1 | 12.63 | - |
| YUV | 152.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 80 | 0 | 0 | 0.51 | 0.36 | 60 | 0.34 | 0.47 |
| Hex | A2 | A2 | 50 | 0 | 0 | 33 | 24 | 3C | 22 | 2F |
| Octal | 242 | 242 | 120 | 0 | 0 | 63 | 44 | 74 | 42 | 57 |
| Binary | 10100010 | 10100010 | 1010000 | 0 | 0 | 110011 | 100100 | 111100 | 100010 | 101111 |
Color Harmonies of #A2A250
Complementary color
Monochromatic Colors of #A2A250
Black with #A2A250
Text Example
Text Example
White with #A2A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A250; }
p { color: rgb(162,162,80); }
H1.HeaderClassName
{
color: #A2A250;
}
.AnyTagClassName
{
color: #A2A250;
}
</style>
background-color css
<style>
a { background-color: #A2A250; }
a { background-color: rgb(162,162,80); }
div.DivClassName
{
background-color: #A2A250;
}
.BgClassName
{
background-color: #A2A250;
}
</style>
border-color css
<style>
span { border-color: #A2A250; }
span { border-color: rgb(162,162,80); }
td.TdClassName
{
border-color: #A2A250;
}
.TagClassName
{
border-color: #A2A250;
}
</style>