Shades of Amulet #83AB7C
Tints of Amulet #83AB7C
RGB
CMYK
RGB Variations
Color information
#83AB7C (or 0x83AB7C) is known color: Amulet. HEX triplet: 83, AB and 7C. RGB value is (131,171,124). Sum of RGB (Red+Green+Blue) = 131+171+124=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB7C is #7C5483. Grayscale: #999999. Windows color (decimal): -8148100 or 8170371. OLE color: 8170371.
HSL color Cylindrical-coordinate representation of color #83AB7C: hue angle of 111.06º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83AB7C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 124 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.33 |
| HSL | 111.06º | 0.22% | 0.58% | - |
| HSV(B) | 111.06º | 0.27% | 0.67% | - |
| XYZ | 27.56 | 35.41 | 24.45 | - |
| YUV | 153.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 124 | 0.23 | 0 | 0.27 | 0.33 | 111.06 | 0.22 | 0.58 |
| Hex | 83 | AB | 7C | 17 | 0 | 1B | 21 | 6F | 16 | 3A |
| Octal | 203 | 253 | 174 | 27 | 0 | 33 | 41 | 157 | 26 | 72 |
| Binary | 10000011 | 10101011 | 1111100 | 10111 | 0 | 11011 | 100001 | 1101111 | 10110 | 111010 |
Color Harmonies of #83AB7C
Complementary color
Monochromatic Colors of #83AB7C
Black with #83AB7C
Text Example
Text Example
White with #83AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB7C; }
p { color: rgb(131,171,124); }
H1.HeaderClassName
{
color: #83AB7C;
}
.AnyTagClassName
{
color: #83AB7C;
}
</style>
background-color css
<style>
a { background-color: #83AB7C; }
a { background-color: rgb(131,171,124); }
div.DivClassName
{
background-color: #83AB7C;
}
.BgClassName
{
background-color: #83AB7C;
}
</style>
border-color css
<style>
span { border-color: #83AB7C; }
span { border-color: rgb(131,171,124); }
td.TdClassName
{
border-color: #83AB7C;
}
.TagClassName
{
border-color: #83AB7C;
}
</style>