Shades of Amulet #82B875
Tints of Amulet #82B875
RGB
CMYK
RGB Variations
Color information
#82B875 (or 0x82B875) is known color: Amulet. HEX triplet: 82, B8 and 75. RGB value is (130,184,117). Sum of RGB (Red+Green+Blue) = 130+184+117=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #82B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B875 is #7D478A. Grayscale: #A0A0A0. Windows color (decimal): -8210315 or 7714946. OLE color: 7714946.
HSL color Cylindrical-coordinate representation of color #82B875: hue angle of 108.36º 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 #82B875 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 117 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.28 |
| HSL | 108.36º | 0.32% | 0.59% | - |
| HSV(B) | 108.36º | 0.36% | 0.72% | - |
| XYZ | 29.56 | 40.31 | 23.05 | - |
| YUV | 160.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 117 | 0.29 | 0 | 0.36 | 0.28 | 108.36 | 0.32 | 0.59 |
| Hex | 82 | B8 | 75 | 1D | 0 | 24 | 1C | 6C | 20 | 3B |
| Octal | 202 | 270 | 165 | 35 | 0 | 44 | 34 | 154 | 40 | 73 |
| Binary | 10000010 | 10111000 | 1110101 | 11101 | 0 | 100100 | 11100 | 1101100 | 100000 | 111011 |
Color Harmonies of #82B875
Complementary color
Monochromatic Colors of #82B875
Black with #82B875
Text Example
Text Example
White with #82B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B875; }
p { color: rgb(130,184,117); }
H1.HeaderClassName
{
color: #82B875;
}
.AnyTagClassName
{
color: #82B875;
}
</style>
background-color css
<style>
a { background-color: #82B875; }
a { background-color: rgb(130,184,117); }
div.DivClassName
{
background-color: #82B875;
}
.BgClassName
{
background-color: #82B875;
}
</style>
border-color css
<style>
span { border-color: #82B875; }
span { border-color: rgb(130,184,117); }
td.TdClassName
{
border-color: #82B875;
}
.TagClassName
{
border-color: #82B875;
}
</style>