Shades of Amulet #83AC6C
Tints of Amulet #83AC6C
RGB
CMYK
RGB Variations
Color information
#83AC6C (or 0x83AC6C) is known color: Amulet. HEX triplet: 83, AC and 6C. RGB value is (131,172,108). Sum of RGB (Red+Green+Blue) = 131+172+108=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC6C is #7C5393. Grayscale: #989898. Windows color (decimal): -8147860 or 7122051. OLE color: 7122051.
HSL color Cylindrical-coordinate representation of color #83AC6C: hue angle of 98.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83AC6C is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 108 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.33 |
| HSL | 98.44º | 0.28% | 0.55% | - |
| HSV(B) | 98.44º | 0.37% | 0.67% | - |
| XYZ | 26.82 | 35.41 | 19.61 | - |
| YUV | 152.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 108 | 0.24 | 0 | 0.37 | 0.33 | 98.44 | 0.28 | 0.55 |
| Hex | 83 | AC | 6C | 18 | 0 | 25 | 21 | 62 | 1C | 37 |
| Octal | 203 | 254 | 154 | 30 | 0 | 45 | 41 | 142 | 34 | 67 |
| Binary | 10000011 | 10101100 | 1101100 | 11000 | 0 | 100101 | 100001 | 1100010 | 11100 | 110111 |
Color Harmonies of #83AC6C
Complementary color
Monochromatic Colors of #83AC6C
Black with #83AC6C
Text Example
Text Example
White with #83AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC6C; }
p { color: rgb(131,172,108); }
H1.HeaderClassName
{
color: #83AC6C;
}
.AnyTagClassName
{
color: #83AC6C;
}
</style>
background-color css
<style>
a { background-color: #83AC6C; }
a { background-color: rgb(131,172,108); }
div.DivClassName
{
background-color: #83AC6C;
}
.BgClassName
{
background-color: #83AC6C;
}
</style>
border-color css
<style>
span { border-color: #83AC6C; }
span { border-color: rgb(131,172,108); }
td.TdClassName
{
border-color: #83AC6C;
}
.TagClassName
{
border-color: #83AC6C;
}
</style>