Shades of Amulet #82A16E
Tints of Amulet #82A16E
RGB
CMYK
RGB Variations
Color information
#82A16E (or 0x82A16E) is known color: Amulet. HEX triplet: 82, A1 and 6E. RGB value is (130,161,110). Sum of RGB (Red+Green+Blue) = 130+161+110=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #82A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A16E is #7D5E91. Grayscale: #929292. Windows color (decimal): -8216210 or 7250306. OLE color: 7250306.
HSL color Cylindrical-coordinate representation of color #82A16E: hue angle of 96.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82A16E is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 110 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.37 |
| HSL | 96.47º | 0.21% | 0.53% | - |
| HSV(B) | 96.47º | 0.32% | 0.63% | - |
| XYZ | 24.77 | 31.36 | 19.5 | - |
| YUV | 145.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 110 | 0.19 | 0 | 0.32 | 0.37 | 96.47 | 0.21 | 0.53 |
| Hex | 82 | A1 | 6E | 13 | 0 | 20 | 25 | 60 | 15 | 35 |
| Octal | 202 | 241 | 156 | 23 | 0 | 40 | 45 | 140 | 25 | 65 |
| Binary | 10000010 | 10100001 | 1101110 | 10011 | 0 | 100000 | 100101 | 1100000 | 10101 | 110101 |
Color Harmonies of #82A16E
Complementary color
Monochromatic Colors of #82A16E
Black with #82A16E
Text Example
Text Example
White with #82A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A16E; }
p { color: rgb(130,161,110); }
H1.HeaderClassName
{
color: #82A16E;
}
.AnyTagClassName
{
color: #82A16E;
}
</style>
background-color css
<style>
a { background-color: #82A16E; }
a { background-color: rgb(130,161,110); }
div.DivClassName
{
background-color: #82A16E;
}
.BgClassName
{
background-color: #82A16E;
}
</style>
border-color css
<style>
span { border-color: #82A16E; }
span { border-color: rgb(130,161,110); }
td.TdClassName
{
border-color: #82A16E;
}
.TagClassName
{
border-color: #82A16E;
}
</style>