Shades of Amulet #82B36E
Tints of Amulet #82B36E
RGB
CMYK
RGB Variations
Color information
#82B36E (or 0x82B36E) is known color: Amulet. HEX triplet: 82, B3 and 6E. RGB value is (130,179,110). Sum of RGB (Red+Green+Blue) = 130+179+110=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #82B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B36E is #7D4C91. Grayscale: #9C9C9C. Windows color (decimal): -8211602 or 7254914. OLE color: 7254914.
HSL color Cylindrical-coordinate representation of color #82B36E: hue angle of 102.61º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82B36E is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 110 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.30 |
| HSL | 102.61º | 0.31% | 0.57% | - |
| HSV(B) | 102.61º | 0.39% | 0.7% | - |
| XYZ | 28.14 | 38.11 | 20.63 | - |
| YUV | 156.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 110 | 0.27 | 0 | 0.39 | 0.30 | 102.61 | 0.31 | 0.57 |
| Hex | 82 | B3 | 6E | 1B | 0 | 27 | 1E | 67 | 1F | 39 |
| Octal | 202 | 263 | 156 | 33 | 0 | 47 | 36 | 147 | 37 | 71 |
| Binary | 10000010 | 10110011 | 1101110 | 11011 | 0 | 100111 | 11110 | 1100111 | 11111 | 111001 |
Color Harmonies of #82B36E
Complementary color
Monochromatic Colors of #82B36E
Black with #82B36E
Text Example
Text Example
White with #82B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B36E; }
p { color: rgb(130,179,110); }
H1.HeaderClassName
{
color: #82B36E;
}
.AnyTagClassName
{
color: #82B36E;
}
</style>
background-color css
<style>
a { background-color: #82B36E; }
a { background-color: rgb(130,179,110); }
div.DivClassName
{
background-color: #82B36E;
}
.BgClassName
{
background-color: #82B36E;
}
</style>
border-color css
<style>
span { border-color: #82B36E; }
span { border-color: rgb(130,179,110); }
td.TdClassName
{
border-color: #82B36E;
}
.TagClassName
{
border-color: #82B36E;
}
</style>