Shades of Green Smoke #A2B066
Tints of Green Smoke #A2B066
RGB
CMYK
RGB Variations
Color information
#A2B066 (or 0xA2B066) is known color: Green Smoke. HEX triplet: A2, B0 and 66. RGB value is (162,176,102). Sum of RGB (Red+Green+Blue) = 162+176+102=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B066 is #5D4F99. Grayscale: #A3A3A3. Windows color (decimal): -6115226 or 6729890. OLE color: 6729890.
HSL color Cylindrical-coordinate representation of color #A2B066: hue angle of 71.35º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B066 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 102 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.31 |
| HSL | 71.35º | 0.32% | 0.55% | - |
| HSV(B) | 71.35º | 0.42% | 0.69% | - |
| XYZ | 32.82 | 39.69 | 18.5 | - |
| YUV | 163.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 102 | 0.08 | 0 | 0.42 | 0.31 | 71.35 | 0.32 | 0.55 |
| Hex | A2 | B0 | 66 | 8 | 0 | 2A | 1F | 47 | 20 | 37 |
| Octal | 242 | 260 | 146 | 10 | 0 | 52 | 37 | 107 | 40 | 67 |
| Binary | 10100010 | 10110000 | 1100110 | 1000 | 0 | 101010 | 11111 | 1000111 | 100000 | 110111 |
Color Harmonies of #A2B066
Complementary color
Monochromatic Colors of #A2B066
Black with #A2B066
Text Example
Text Example
White with #A2B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B066; }
p { color: rgb(162,176,102); }
H1.HeaderClassName
{
color: #A2B066;
}
.AnyTagClassName
{
color: #A2B066;
}
</style>
background-color css
<style>
a { background-color: #A2B066; }
a { background-color: rgb(162,176,102); }
div.DivClassName
{
background-color: #A2B066;
}
.BgClassName
{
background-color: #A2B066;
}
</style>
border-color css
<style>
span { border-color: #A2B066; }
span { border-color: rgb(162,176,102); }
td.TdClassName
{
border-color: #A2B066;
}
.TagClassName
{
border-color: #A2B066;
}
</style>