Shades of Amulet #82A96A
Tints of Amulet #82A96A
RGB
CMYK
RGB Variations
Color information
#82A96A (or 0x82A96A) is known color: Amulet. HEX triplet: 82, A9 and 6A. RGB value is (130,169,106). Sum of RGB (Red+Green+Blue) = 130+169+106=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #82A96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A96A is #7D5695. Grayscale: #969696. Windows color (decimal): -8214166 or 6990210. OLE color: 6990210.
HSL color Cylindrical-coordinate representation of color #82A96A: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A96A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 106 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.34 |
| HSL | 97.14º | 0.27% | 0.54% | - |
| HSV(B) | 97.14º | 0.37% | 0.66% | - |
| XYZ | 26 | 34.16 | 18.86 | - |
| YUV | 150.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 106 | 0.23 | 0 | 0.37 | 0.34 | 97.14 | 0.27 | 0.54 |
| Hex | 82 | A9 | 6A | 17 | 0 | 25 | 22 | 61 | 1B | 36 |
| Octal | 202 | 251 | 152 | 27 | 0 | 45 | 42 | 141 | 33 | 66 |
| Binary | 10000010 | 10101001 | 1101010 | 10111 | 0 | 100101 | 100010 | 1100001 | 11011 | 110110 |
Color Harmonies of #82A96A
Complementary color
Monochromatic Colors of #82A96A
Black with #82A96A
Text Example
Text Example
White with #82A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A96A; }
p { color: rgb(130,169,106); }
H1.HeaderClassName
{
color: #82A96A;
}
.AnyTagClassName
{
color: #82A96A;
}
</style>
background-color css
<style>
a { background-color: #82A96A; }
a { background-color: rgb(130,169,106); }
div.DivClassName
{
background-color: #82A96A;
}
.BgClassName
{
background-color: #82A96A;
}
</style>
border-color css
<style>
span { border-color: #82A96A; }
span { border-color: rgb(130,169,106); }
td.TdClassName
{
border-color: #82A96A;
}
.TagClassName
{
border-color: #82A96A;
}
</style>