Shades of Amulet #83AD71
Tints of Amulet #83AD71
RGB
CMYK
RGB Variations
Color information
#83AD71 (or 0x83AD71) is known color: Amulet. HEX triplet: 83, AD and 71. RGB value is (131,173,113). Sum of RGB (Red+Green+Blue) = 131+173+113=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD71 is #7C528E. Grayscale: #999999. Windows color (decimal): -8147599 or 7449987. OLE color: 7449987.
HSL color Cylindrical-coordinate representation of color #83AD71: hue angle of 102º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AD71 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 113 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.32 |
| HSL | 102º | 0.27% | 0.56% | - |
| HSV(B) | 102º | 0.35% | 0.68% | - |
| XYZ | 27.28 | 35.9 | 21.12 | - |
| YUV | 153.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 113 | 0.24 | 0 | 0.35 | 0.32 | 102 | 0.27 | 0.56 |
| Hex | 83 | AD | 71 | 18 | 0 | 23 | 20 | 66 | 1B | 38 |
| Octal | 203 | 255 | 161 | 30 | 0 | 43 | 40 | 146 | 33 | 70 |
| Binary | 10000011 | 10101101 | 1110001 | 11000 | 0 | 100011 | 100000 | 1100110 | 11011 | 111000 |
Color Harmonies of #83AD71
Complementary color
Monochromatic Colors of #83AD71
Black with #83AD71
Text Example
Text Example
White with #83AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD71; }
p { color: rgb(131,173,113); }
H1.HeaderClassName
{
color: #83AD71;
}
.AnyTagClassName
{
color: #83AD71;
}
</style>
background-color css
<style>
a { background-color: #83AD71; }
a { background-color: rgb(131,173,113); }
div.DivClassName
{
background-color: #83AD71;
}
.BgClassName
{
background-color: #83AD71;
}
</style>
border-color css
<style>
span { border-color: #83AD71; }
span { border-color: rgb(131,173,113); }
td.TdClassName
{
border-color: #83AD71;
}
.TagClassName
{
border-color: #83AD71;
}
</style>