Shades of Amulet #82A276
Tints of Amulet #82A276
RGB
CMYK
RGB Variations
Color information
#82A276 (or 0x82A276) is known color: Amulet. HEX triplet: 82, A2 and 76. RGB value is (130,162,118). Sum of RGB (Red+Green+Blue) = 130+162+118=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #82A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A276 is #7D5D89. Grayscale: #939393. Windows color (decimal): -8215946 or 7774850. OLE color: 7774850.
HSL color Cylindrical-coordinate representation of color #82A276: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82A276 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 118 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.36 |
| HSL | 103.64º | 0.19% | 0.55% | - |
| HSV(B) | 103.64º | 0.27% | 0.64% | - |
| XYZ | 25.4 | 31.89 | 21.96 | - |
| YUV | 147.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 118 | 0.20 | 0 | 0.27 | 0.36 | 103.64 | 0.19 | 0.55 |
| Hex | 82 | A2 | 76 | 14 | 0 | 1B | 24 | 68 | 13 | 37 |
| Octal | 202 | 242 | 166 | 24 | 0 | 33 | 44 | 150 | 23 | 67 |
| Binary | 10000010 | 10100010 | 1110110 | 10100 | 0 | 11011 | 100100 | 1101000 | 10011 | 110111 |
Color Harmonies of #82A276
Complementary color
Monochromatic Colors of #82A276
Black with #82A276
Text Example
Text Example
White with #82A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A276; }
p { color: rgb(130,162,118); }
H1.HeaderClassName
{
color: #82A276;
}
.AnyTagClassName
{
color: #82A276;
}
</style>
background-color css
<style>
a { background-color: #82A276; }
a { background-color: rgb(130,162,118); }
div.DivClassName
{
background-color: #82A276;
}
.BgClassName
{
background-color: #82A276;
}
</style>
border-color css
<style>
span { border-color: #82A276; }
span { border-color: rgb(130,162,118); }
td.TdClassName
{
border-color: #82A276;
}
.TagClassName
{
border-color: #82A276;
}
</style>