Shades of Amulet #83A37C
Tints of Amulet #83A37C
RGB
CMYK
RGB Variations
Color information
#83A37C (or 0x83A37C) is known color: Amulet. HEX triplet: 83, A3 and 7C. RGB value is (131,163,124). Sum of RGB (Red+Green+Blue) = 131+163+124=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #83A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A37C is #7C5C83. Grayscale: #959595. Windows color (decimal): -8150148 or 8168323. OLE color: 8168323.
HSL color Cylindrical-coordinate representation of color #83A37C: hue angle of 109.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83A37C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 124 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.36 |
| HSL | 109.23º | 0.17% | 0.56% | - |
| HSV(B) | 109.23º | 0.24% | 0.64% | - |
| XYZ | 26.1 | 32.47 | 23.96 | - |
| YUV | 148.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 124 | 0.20 | 0 | 0.24 | 0.36 | 109.23 | 0.17 | 0.56 |
| Hex | 83 | A3 | 7C | 14 | 0 | 18 | 24 | 6D | 11 | 38 |
| Octal | 203 | 243 | 174 | 24 | 0 | 30 | 44 | 155 | 21 | 70 |
| Binary | 10000011 | 10100011 | 1111100 | 10100 | 0 | 11000 | 100100 | 1101101 | 10001 | 111000 |
Color Harmonies of #83A37C
Complementary color
Monochromatic Colors of #83A37C
Black with #83A37C
Text Example
Text Example
White with #83A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A37C; }
p { color: rgb(131,163,124); }
H1.HeaderClassName
{
color: #83A37C;
}
.AnyTagClassName
{
color: #83A37C;
}
</style>
background-color css
<style>
a { background-color: #83A37C; }
a { background-color: rgb(131,163,124); }
div.DivClassName
{
background-color: #83A37C;
}
.BgClassName
{
background-color: #83A37C;
}
</style>
border-color css
<style>
span { border-color: #83A37C; }
span { border-color: rgb(131,163,124); }
td.TdClassName
{
border-color: #83A37C;
}
.TagClassName
{
border-color: #83A37C;
}
</style>