Shades of Amulet #83AC74
Tints of Amulet #83AC74
RGB
CMYK
RGB Variations
Color information
#83AC74 (or 0x83AC74) is known color: Amulet. HEX triplet: 83, AC and 74. RGB value is (131,172,116). Sum of RGB (Red+Green+Blue) = 131+172+116=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC74 is #7C538B. Grayscale: #999999. Windows color (decimal): -8147852 or 7646339. OLE color: 7646339.
HSL color Cylindrical-coordinate representation of color #83AC74: hue angle of 103.93º 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 #83AC74 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 116 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.33 |
| HSL | 103.93º | 0.25% | 0.56% | - |
| HSV(B) | 103.93º | 0.33% | 0.67% | - |
| XYZ | 27.26 | 35.59 | 21.96 | - |
| YUV | 153.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 116 | 0.24 | 0 | 0.33 | 0.33 | 103.93 | 0.25 | 0.56 |
| Hex | 83 | AC | 74 | 18 | 0 | 21 | 21 | 68 | 19 | 38 |
| Octal | 203 | 254 | 164 | 30 | 0 | 41 | 41 | 150 | 31 | 70 |
| Binary | 10000011 | 10101100 | 1110100 | 11000 | 0 | 100001 | 100001 | 1101000 | 11001 | 111000 |
Color Harmonies of #83AC74
Complementary color
Monochromatic Colors of #83AC74
Black with #83AC74
Text Example
Text Example
White with #83AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC74; }
p { color: rgb(131,172,116); }
H1.HeaderClassName
{
color: #83AC74;
}
.AnyTagClassName
{
color: #83AC74;
}
</style>
background-color css
<style>
a { background-color: #83AC74; }
a { background-color: rgb(131,172,116); }
div.DivClassName
{
background-color: #83AC74;
}
.BgClassName
{
background-color: #83AC74;
}
</style>
border-color css
<style>
span { border-color: #83AC74; }
span { border-color: rgb(131,172,116); }
td.TdClassName
{
border-color: #83AC74;
}
.TagClassName
{
border-color: #83AC74;
}
</style>