Shades of Amulet #83AE76
Tints of Amulet #83AE76
RGB
CMYK
RGB Variations
Color information
#83AE76 (or 0x83AE76) is known color: Amulet. HEX triplet: 83, AE and 76. RGB value is (131,174,118). Sum of RGB (Red+Green+Blue) = 131+174+118=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE76 is #7C5189. Grayscale: #9A9A9A. Windows color (decimal): -8147338 or 7777923. OLE color: 7777923.
HSL color Cylindrical-coordinate representation of color #83AE76: hue angle of 106.07º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83AE76 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 174 | 118 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.32 |
| HSL | 106.07º | 0.26% | 0.57% | - |
| HSV(B) | 106.07º | 0.32% | 0.68% | - |
| XYZ | 27.77 | 36.41 | 22.7 | - |
| YUV | 154.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 118 | 0.25 | 0 | 0.32 | 0.32 | 106.07 | 0.26 | 0.57 |
| Hex | 83 | AE | 76 | 19 | 0 | 20 | 20 | 6A | 1A | 39 |
| Octal | 203 | 256 | 166 | 31 | 0 | 40 | 40 | 152 | 32 | 71 |
| Binary | 10000011 | 10101110 | 1110110 | 11001 | 0 | 100000 | 100000 | 1101010 | 11010 | 111001 |
Color Harmonies of #83AE76
Complementary color
Monochromatic Colors of #83AE76
Black with #83AE76
Text Example
Text Example
White with #83AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AE76; }
p { color: rgb(131,174,118); }
H1.HeaderClassName
{
color: #83AE76;
}
.AnyTagClassName
{
color: #83AE76;
}
</style>
background-color css
<style>
a { background-color: #83AE76; }
a { background-color: rgb(131,174,118); }
div.DivClassName
{
background-color: #83AE76;
}
.BgClassName
{
background-color: #83AE76;
}
</style>
border-color css
<style>
span { border-color: #83AE76; }
span { border-color: rgb(131,174,118); }
td.TdClassName
{
border-color: #83AE76;
}
.TagClassName
{
border-color: #83AE76;
}
</style>