Shades of Amulet #83AB76
Tints of Amulet #83AB76
RGB
CMYK
RGB Variations
Color information
#83AB76 (or 0x83AB76) is known color: Amulet. HEX triplet: 83, AB and 76. RGB value is (131,171,118). Sum of RGB (Red+Green+Blue) = 131+171+118=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB76 is #7C5489. Grayscale: #999999. Windows color (decimal): -8148106 or 7777155. OLE color: 7777155.
HSL color Cylindrical-coordinate representation of color #83AB76: hue angle of 105.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83AB76 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 118 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.33 |
| HSL | 105.28º | 0.24% | 0.57% | - |
| HSV(B) | 105.28º | 0.31% | 0.67% | - |
| XYZ | 27.19 | 35.26 | 22.51 | - |
| YUV | 153 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 118 | 0.23 | 0 | 0.31 | 0.33 | 105.28 | 0.24 | 0.57 |
| Hex | 83 | AB | 76 | 17 | 0 | 1F | 21 | 69 | 18 | 39 |
| Octal | 203 | 253 | 166 | 27 | 0 | 37 | 41 | 151 | 30 | 71 |
| Binary | 10000011 | 10101011 | 1110110 | 10111 | 0 | 11111 | 100001 | 1101001 | 11000 | 111001 |
Color Harmonies of #83AB76
Complementary color
Monochromatic Colors of #83AB76
Black with #83AB76
Text Example
Text Example
White with #83AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB76; }
p { color: rgb(131,171,118); }
H1.HeaderClassName
{
color: #83AB76;
}
.AnyTagClassName
{
color: #83AB76;
}
</style>
background-color css
<style>
a { background-color: #83AB76; }
a { background-color: rgb(131,171,118); }
div.DivClassName
{
background-color: #83AB76;
}
.BgClassName
{
background-color: #83AB76;
}
</style>
border-color css
<style>
span { border-color: #83AB76; }
span { border-color: rgb(131,171,118); }
td.TdClassName
{
border-color: #83AB76;
}
.TagClassName
{
border-color: #83AB76;
}
</style>