Shades of Amulet #83A36D
Tints of Amulet #83A36D
RGB
CMYK
RGB Variations
Color information
#83A36D (or 0x83A36D) is known color: Amulet. HEX triplet: 83, A3 and 6D. RGB value is (131,163,109). Sum of RGB (Red+Green+Blue) = 131+163+109=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #83A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A36D is #7C5C92. Grayscale: #939393. Windows color (decimal): -8150163 or 7185283. OLE color: 7185283.
HSL color Cylindrical-coordinate representation of color #83A36D: hue angle of 95.56º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83A36D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 109 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.36 |
| HSL | 95.56º | 0.23% | 0.53% | - |
| HSV(B) | 95.56º | 0.33% | 0.64% | - |
| XYZ | 25.22 | 32.12 | 19.34 | - |
| YUV | 147.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 109 | 0.20 | 0 | 0.33 | 0.36 | 95.56 | 0.23 | 0.53 |
| Hex | 83 | A3 | 6D | 14 | 0 | 21 | 24 | 60 | 17 | 35 |
| Octal | 203 | 243 | 155 | 24 | 0 | 41 | 44 | 140 | 27 | 65 |
| Binary | 10000011 | 10100011 | 1101101 | 10100 | 0 | 100001 | 100100 | 1100000 | 10111 | 110101 |
Color Harmonies of #83A36D
Complementary color
Monochromatic Colors of #83A36D
Black with #83A36D
Text Example
Text Example
White with #83A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A36D; }
p { color: rgb(131,163,109); }
H1.HeaderClassName
{
color: #83A36D;
}
.AnyTagClassName
{
color: #83A36D;
}
</style>
background-color css
<style>
a { background-color: #83A36D; }
a { background-color: rgb(131,163,109); }
div.DivClassName
{
background-color: #83A36D;
}
.BgClassName
{
background-color: #83A36D;
}
</style>
border-color css
<style>
span { border-color: #83A36D; }
span { border-color: rgb(131,163,109); }
td.TdClassName
{
border-color: #83A36D;
}
.TagClassName
{
border-color: #83A36D;
}
</style>