Shades of Green Smoke #A2B665
Tints of Green Smoke #A2B665
RGB
CMYK
RGB Variations
Color information
#A2B665 (or 0xA2B665) is known color: Green Smoke. HEX triplet: A2, B6 and 65. RGB value is (162,182,101). Sum of RGB (Red+Green+Blue) = 162+182+101=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B665 is #5D499A. Grayscale: #A7A7A7. Windows color (decimal): -6113691 or 6665890. OLE color: 6665890.
HSL color Cylindrical-coordinate representation of color #A2B665: hue angle of 74.81º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2B665 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 101 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.29 |
| HSL | 74.81º | 0.36% | 0.55% | - |
| HSV(B) | 74.81º | 0.45% | 0.71% | - |
| XYZ | 33.98 | 42.08 | 18.64 | - |
| YUV | 166.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 101 | 0.11 | 0 | 0.45 | 0.29 | 74.81 | 0.36 | 0.55 |
| Hex | A2 | B6 | 65 | B | 0 | 2D | 1D | 4B | 24 | 37 |
| Octal | 242 | 266 | 145 | 13 | 0 | 55 | 35 | 113 | 44 | 67 |
| Binary | 10100010 | 10110110 | 1100101 | 1011 | 0 | 101101 | 11101 | 1001011 | 100100 | 110111 |
Color Harmonies of #A2B665
Complementary color
Monochromatic Colors of #A2B665
Black with #A2B665
Text Example
Text Example
White with #A2B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B665; }
p { color: rgb(162,182,101); }
H1.HeaderClassName
{
color: #A2B665;
}
.AnyTagClassName
{
color: #A2B665;
}
</style>
background-color css
<style>
a { background-color: #A2B665; }
a { background-color: rgb(162,182,101); }
div.DivClassName
{
background-color: #A2B665;
}
.BgClassName
{
background-color: #A2B665;
}
</style>
border-color css
<style>
span { border-color: #A2B665; }
span { border-color: rgb(162,182,101); }
td.TdClassName
{
border-color: #A2B665;
}
.TagClassName
{
border-color: #A2B665;
}
</style>