Shades of Amulet #83B576
Tints of Amulet #83B576
RGB
CMYK
RGB Variations
Color information
#83B576 (or 0x83B576) is known color: Amulet. HEX triplet: 83, B5 and 76. RGB value is (131,181,118). Sum of RGB (Red+Green+Blue) = 131+181+118=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #83B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B576 is #7C4A89. Grayscale: #9F9F9F. Windows color (decimal): -8145546 or 7779715. OLE color: 7779715.
HSL color Cylindrical-coordinate representation of color #83B576: hue angle of 107.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83B576 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 118 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.29 |
| HSL | 107.62º | 0.3% | 0.59% | - |
| HSV(B) | 107.62º | 0.35% | 0.71% | - |
| XYZ | 29.15 | 39.18 | 23.17 | - |
| YUV | 158.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 118 | 0.28 | 0 | 0.35 | 0.29 | 107.62 | 0.3 | 0.59 |
| Hex | 83 | B5 | 76 | 1C | 0 | 23 | 1D | 6C | 1E | 3B |
| Octal | 203 | 265 | 166 | 34 | 0 | 43 | 35 | 154 | 36 | 73 |
| Binary | 10000011 | 10110101 | 1110110 | 11100 | 0 | 100011 | 11101 | 1101100 | 11110 | 111011 |
Color Harmonies of #83B576
Complementary color
Monochromatic Colors of #83B576
Black with #83B576
Text Example
Text Example
White with #83B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B576; }
p { color: rgb(131,181,118); }
H1.HeaderClassName
{
color: #83B576;
}
.AnyTagClassName
{
color: #83B576;
}
</style>
background-color css
<style>
a { background-color: #83B576; }
a { background-color: rgb(131,181,118); }
div.DivClassName
{
background-color: #83B576;
}
.BgClassName
{
background-color: #83B576;
}
</style>
border-color css
<style>
span { border-color: #83B576; }
span { border-color: rgb(131,181,118); }
td.TdClassName
{
border-color: #83B576;
}
.TagClassName
{
border-color: #83B576;
}
</style>