Shades of Amulet #83B47B
Tints of Amulet #83B47B
RGB
CMYK
RGB Variations
Color information
#83B47B (or 0x83B47B) is known color: Amulet. HEX triplet: 83, B4 and 7B. RGB value is (131,180,123). Sum of RGB (Red+Green+Blue) = 131+180+123=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #83B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B47B is #7C4B84. Grayscale: #9F9F9F. Windows color (decimal): -8145797 or 8107139. OLE color: 8107139.
HSL color Cylindrical-coordinate representation of color #83B47B: hue angle of 111.58º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83B47B is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 123 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.29 |
| HSL | 111.58º | 0.28% | 0.59% | - |
| HSV(B) | 111.58º | 0.32% | 0.71% | - |
| XYZ | 29.26 | 38.9 | 24.7 | - |
| YUV | 158.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 123 | 0.27 | 0 | 0.32 | 0.29 | 111.58 | 0.28 | 0.59 |
| Hex | 83 | B4 | 7B | 1B | 0 | 20 | 1D | 70 | 1C | 3B |
| Octal | 203 | 264 | 173 | 33 | 0 | 40 | 35 | 160 | 34 | 73 |
| Binary | 10000011 | 10110100 | 1111011 | 11011 | 0 | 100000 | 11101 | 1110000 | 11100 | 111011 |
Color Harmonies of #83B47B
Complementary color
Monochromatic Colors of #83B47B
Black with #83B47B
Text Example
Text Example
White with #83B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B47B; }
p { color: rgb(131,180,123); }
H1.HeaderClassName
{
color: #83B47B;
}
.AnyTagClassName
{
color: #83B47B;
}
</style>
background-color css
<style>
a { background-color: #83B47B; }
a { background-color: rgb(131,180,123); }
div.DivClassName
{
background-color: #83B47B;
}
.BgClassName
{
background-color: #83B47B;
}
</style>
border-color css
<style>
span { border-color: #83B47B; }
span { border-color: rgb(131,180,123); }
td.TdClassName
{
border-color: #83B47B;
}
.TagClassName
{
border-color: #83B47B;
}
</style>