Shades of Amulet #83AB71
Tints of Amulet #83AB71
RGB
CMYK
RGB Variations
Color information
#83AB71 (or 0x83AB71) is known color: Amulet. HEX triplet: 83, AB and 71. RGB value is (131,171,113). Sum of RGB (Red+Green+Blue) = 131+171+113=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB71 is #7C548E. Grayscale: #989898. Windows color (decimal): -8148111 or 7449475. OLE color: 7449475.
HSL color Cylindrical-coordinate representation of color #83AB71: hue angle of 101.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83AB71 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 113 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.33 |
| HSL | 101.38º | 0.26% | 0.56% | - |
| HSV(B) | 101.38º | 0.34% | 0.67% | - |
| XYZ | 26.9 | 35.14 | 20.99 | - |
| YUV | 152.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 113 | 0.23 | 0 | 0.34 | 0.33 | 101.38 | 0.26 | 0.56 |
| Hex | 83 | AB | 71 | 17 | 0 | 22 | 21 | 65 | 1A | 38 |
| Octal | 203 | 253 | 161 | 27 | 0 | 42 | 41 | 145 | 32 | 70 |
| Binary | 10000011 | 10101011 | 1110001 | 10111 | 0 | 100010 | 100001 | 1100101 | 11010 | 111000 |
Color Harmonies of #83AB71
Complementary color
Monochromatic Colors of #83AB71
Black with #83AB71
Text Example
Text Example
White with #83AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB71; }
p { color: rgb(131,171,113); }
H1.HeaderClassName
{
color: #83AB71;
}
.AnyTagClassName
{
color: #83AB71;
}
</style>
background-color css
<style>
a { background-color: #83AB71; }
a { background-color: rgb(131,171,113); }
div.DivClassName
{
background-color: #83AB71;
}
.BgClassName
{
background-color: #83AB71;
}
</style>
border-color css
<style>
span { border-color: #83AB71; }
span { border-color: rgb(131,171,113); }
td.TdClassName
{
border-color: #83AB71;
}
.TagClassName
{
border-color: #83AB71;
}
</style>