Shades of Amulet #82B876
Tints of Amulet #82B876
RGB
CMYK
RGB Variations
Color information
#82B876 (or 0x82B876) is known color: Amulet. HEX triplet: 82, B8 and 76. RGB value is (130,184,118). Sum of RGB (Red+Green+Blue) = 130+184+118=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #82B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B876 is #7D4789. Grayscale: #A0A0A0. Windows color (decimal): -8210314 or 7780482. OLE color: 7780482.
HSL color Cylindrical-coordinate representation of color #82B876: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82B876 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 118 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.28 |
| HSL | 109.09º | 0.32% | 0.59% | - |
| HSV(B) | 109.09º | 0.36% | 0.72% | - |
| XYZ | 29.62 | 40.33 | 23.36 | - |
| YUV | 160.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 118 | 0.29 | 0 | 0.36 | 0.28 | 109.09 | 0.32 | 0.59 |
| Hex | 82 | B8 | 76 | 1D | 0 | 24 | 1C | 6D | 20 | 3B |
| Octal | 202 | 270 | 166 | 35 | 0 | 44 | 34 | 155 | 40 | 73 |
| Binary | 10000010 | 10111000 | 1110110 | 11101 | 0 | 100100 | 11100 | 1101101 | 100000 | 111011 |
Color Harmonies of #82B876
Complementary color
Monochromatic Colors of #82B876
Black with #82B876
Text Example
Text Example
White with #82B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B876; }
p { color: rgb(130,184,118); }
H1.HeaderClassName
{
color: #82B876;
}
.AnyTagClassName
{
color: #82B876;
}
</style>
background-color css
<style>
a { background-color: #82B876; }
a { background-color: rgb(130,184,118); }
div.DivClassName
{
background-color: #82B876;
}
.BgClassName
{
background-color: #82B876;
}
</style>
border-color css
<style>
span { border-color: #82B876; }
span { border-color: rgb(130,184,118); }
td.TdClassName
{
border-color: #82B876;
}
.TagClassName
{
border-color: #82B876;
}
</style>