Shades of Amulet #82B373
Tints of Amulet #82B373
RGB
CMYK
RGB Variations
Color information
#82B373 (or 0x82B373) is known color: Amulet. HEX triplet: 82, B3 and 73. RGB value is (130,179,115). Sum of RGB (Red+Green+Blue) = 130+179+115=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #82B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B373 is #7D4C8C. Grayscale: #9D9D9D. Windows color (decimal): -8211597 or 7582594. OLE color: 7582594.
HSL color Cylindrical-coordinate representation of color #82B373: hue angle of 105.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82B373 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 115 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.30 |
| HSL | 105.94º | 0.3% | 0.58% | - |
| HSV(B) | 105.94º | 0.36% | 0.7% | - |
| XYZ | 28.42 | 38.22 | 22.1 | - |
| YUV | 157.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 115 | 0.27 | 0 | 0.36 | 0.30 | 105.94 | 0.3 | 0.58 |
| Hex | 82 | B3 | 73 | 1B | 0 | 24 | 1E | 6A | 1E | 3A |
| Octal | 202 | 263 | 163 | 33 | 0 | 44 | 36 | 152 | 36 | 72 |
| Binary | 10000010 | 10110011 | 1110011 | 11011 | 0 | 100100 | 11110 | 1101010 | 11110 | 111010 |
Color Harmonies of #82B373
Complementary color
Monochromatic Colors of #82B373
Black with #82B373
Text Example
Text Example
White with #82B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B373; }
p { color: rgb(130,179,115); }
H1.HeaderClassName
{
color: #82B373;
}
.AnyTagClassName
{
color: #82B373;
}
</style>
background-color css
<style>
a { background-color: #82B373; }
a { background-color: rgb(130,179,115); }
div.DivClassName
{
background-color: #82B373;
}
.BgClassName
{
background-color: #82B373;
}
</style>
border-color css
<style>
span { border-color: #82B373; }
span { border-color: rgb(130,179,115); }
td.TdClassName
{
border-color: #82B373;
}
.TagClassName
{
border-color: #82B373;
}
</style>