Shades of Amulet #83A86E
Tints of Amulet #83A86E
RGB
CMYK
RGB Variations
Color information
#83A86E (or 0x83A86E) is known color: Amulet. HEX triplet: 83, A8 and 6E. RGB value is (131,168,110). Sum of RGB (Red+Green+Blue) = 131+168+110=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #83A86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A86E is #7C5791. Grayscale: #969696. Windows color (decimal): -8148882 or 7252099. OLE color: 7252099.
HSL color Cylindrical-coordinate representation of color #83A86E: hue angle of 98.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A86E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 168 | 110 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.34 |
| HSL | 98.28º | 0.25% | 0.55% | - |
| HSV(B) | 98.28º | 0.35% | 0.66% | - |
| XYZ | 26.18 | 33.96 | 19.93 | - |
| YUV | 150.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 110 | 0.22 | 0 | 0.35 | 0.34 | 98.28 | 0.25 | 0.55 |
| Hex | 83 | A8 | 6E | 16 | 0 | 23 | 22 | 62 | 19 | 37 |
| Octal | 203 | 250 | 156 | 26 | 0 | 43 | 42 | 142 | 31 | 67 |
| Binary | 10000011 | 10101000 | 1101110 | 10110 | 0 | 100011 | 100010 | 1100010 | 11001 | 110111 |
Color Harmonies of #83A86E
Complementary color
Monochromatic Colors of #83A86E
Black with #83A86E
Text Example
Text Example
White with #83A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A86E; }
p { color: rgb(131,168,110); }
H1.HeaderClassName
{
color: #83A86E;
}
.AnyTagClassName
{
color: #83A86E;
}
</style>
background-color css
<style>
a { background-color: #83A86E; }
a { background-color: rgb(131,168,110); }
div.DivClassName
{
background-color: #83A86E;
}
.BgClassName
{
background-color: #83A86E;
}
</style>
border-color css
<style>
span { border-color: #83A86E; }
span { border-color: rgb(131,168,110); }
td.TdClassName
{
border-color: #83A86E;
}
.TagClassName
{
border-color: #83A86E;
}
</style>