Shades of Amulet #83AB73
Tints of Amulet #83AB73
RGB
CMYK
RGB Variations
Color information
#83AB73 (or 0x83AB73) is known color: Amulet. HEX triplet: 83, AB and 73. RGB value is (131,171,115). Sum of RGB (Red+Green+Blue) = 131+171+115=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB73 is #7C548C. Grayscale: #989898. Windows color (decimal): -8148109 or 7580547. OLE color: 7580547.
HSL color Cylindrical-coordinate representation of color #83AB73: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83AB73 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 115 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.33 |
| HSL | 102.86º | 0.25% | 0.56% | - |
| HSV(B) | 102.86º | 0.33% | 0.67% | - |
| XYZ | 27.02 | 35.19 | 21.59 | - |
| YUV | 152.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 115 | 0.23 | 0 | 0.33 | 0.33 | 102.86 | 0.25 | 0.56 |
| Hex | 83 | AB | 73 | 17 | 0 | 21 | 21 | 67 | 19 | 38 |
| Octal | 203 | 253 | 163 | 27 | 0 | 41 | 41 | 147 | 31 | 70 |
| Binary | 10000011 | 10101011 | 1110011 | 10111 | 0 | 100001 | 100001 | 1100111 | 11001 | 111000 |
Color Harmonies of #83AB73
Complementary color
Monochromatic Colors of #83AB73
Black with #83AB73
Text Example
Text Example
White with #83AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB73; }
p { color: rgb(131,171,115); }
H1.HeaderClassName
{
color: #83AB73;
}
.AnyTagClassName
{
color: #83AB73;
}
</style>
background-color css
<style>
a { background-color: #83AB73; }
a { background-color: rgb(131,171,115); }
div.DivClassName
{
background-color: #83AB73;
}
.BgClassName
{
background-color: #83AB73;
}
</style>
border-color css
<style>
span { border-color: #83AB73; }
span { border-color: rgb(131,171,115); }
td.TdClassName
{
border-color: #83AB73;
}
.TagClassName
{
border-color: #83AB73;
}
</style>