Shades of Amulet #83AD73
Tints of Amulet #83AD73
RGB
CMYK
RGB Variations
Color information
#83AD73 (or 0x83AD73) is known color: Amulet. HEX triplet: 83, AD and 73. RGB value is (131,173,115). Sum of RGB (Red+Green+Blue) = 131+173+115=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD73 is #7C528C. Grayscale: #9A9A9A. Windows color (decimal): -8147597 or 7581059. OLE color: 7581059.
HSL color Cylindrical-coordinate representation of color #83AD73: hue angle of 103.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83AD73 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 115 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.32 |
| HSL | 103.45º | 0.26% | 0.56% | - |
| HSV(B) | 103.45º | 0.34% | 0.68% | - |
| XYZ | 27.4 | 35.95 | 21.71 | - |
| YUV | 153.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 115 | 0.24 | 0 | 0.34 | 0.32 | 103.45 | 0.26 | 0.56 |
| Hex | 83 | AD | 73 | 18 | 0 | 22 | 20 | 67 | 1A | 38 |
| Octal | 203 | 255 | 163 | 30 | 0 | 42 | 40 | 147 | 32 | 70 |
| Binary | 10000011 | 10101101 | 1110011 | 11000 | 0 | 100010 | 100000 | 1100111 | 11010 | 111000 |
Color Harmonies of #83AD73
Complementary color
Monochromatic Colors of #83AD73
Black with #83AD73
Text Example
Text Example
White with #83AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD73; }
p { color: rgb(131,173,115); }
H1.HeaderClassName
{
color: #83AD73;
}
.AnyTagClassName
{
color: #83AD73;
}
</style>
background-color css
<style>
a { background-color: #83AD73; }
a { background-color: rgb(131,173,115); }
div.DivClassName
{
background-color: #83AD73;
}
.BgClassName
{
background-color: #83AD73;
}
</style>
border-color css
<style>
span { border-color: #83AD73; }
span { border-color: rgb(131,173,115); }
td.TdClassName
{
border-color: #83AD73;
}
.TagClassName
{
border-color: #83AD73;
}
</style>