Shades of Amulet #83AC6B
Tints of Amulet #83AC6B
RGB
CMYK
RGB Variations
Color information
#83AC6B (or 0x83AC6B) is known color: Amulet. HEX triplet: 83, AC and 6B. RGB value is (131,172,107). Sum of RGB (Red+Green+Blue) = 131+172+107=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC6B is #7C5394. Grayscale: #989898. Windows color (decimal): -8147861 or 7056515. OLE color: 7056515.
HSL color Cylindrical-coordinate representation of color #83AC6B: hue angle of 97.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83AC6B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 107 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.33 |
| HSL | 97.85º | 0.28% | 0.55% | - |
| HSV(B) | 97.85º | 0.38% | 0.67% | - |
| XYZ | 26.77 | 35.39 | 19.33 | - |
| YUV | 152.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 107 | 0.24 | 0 | 0.38 | 0.33 | 97.85 | 0.28 | 0.55 |
| Hex | 83 | AC | 6B | 18 | 0 | 26 | 21 | 62 | 1C | 37 |
| Octal | 203 | 254 | 153 | 30 | 0 | 46 | 41 | 142 | 34 | 67 |
| Binary | 10000011 | 10101100 | 1101011 | 11000 | 0 | 100110 | 100001 | 1100010 | 11100 | 110111 |
Color Harmonies of #83AC6B
Complementary color
Monochromatic Colors of #83AC6B
Black with #83AC6B
Text Example
Text Example
White with #83AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC6B; }
p { color: rgb(131,172,107); }
H1.HeaderClassName
{
color: #83AC6B;
}
.AnyTagClassName
{
color: #83AC6B;
}
</style>
background-color css
<style>
a { background-color: #83AC6B; }
a { background-color: rgb(131,172,107); }
div.DivClassName
{
background-color: #83AC6B;
}
.BgClassName
{
background-color: #83AC6B;
}
</style>
border-color css
<style>
span { border-color: #83AC6B; }
span { border-color: rgb(131,172,107); }
td.TdClassName
{
border-color: #83AC6B;
}
.TagClassName
{
border-color: #83AC6B;
}
</style>