Shades of Amulet #83B170
Tints of Amulet #83B170
RGB
CMYK
RGB Variations
Color information
#83B170 (or 0x83B170) is known color: Amulet. HEX triplet: 83, B1 and 70. RGB value is (131,177,112). Sum of RGB (Red+Green+Blue) = 131+177+112=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #83B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B170 is #7C4E8F. Grayscale: #9C9C9C. Windows color (decimal): -8146576 or 7385475. OLE color: 7385475.
HSL color Cylindrical-coordinate representation of color #83B170: hue angle of 102.46º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83B170 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 112 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.31 |
| HSL | 102.46º | 0.29% | 0.57% | - |
| HSV(B) | 102.46º | 0.37% | 0.69% | - |
| XYZ | 28.01 | 37.44 | 21.08 | - |
| YUV | 155.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 112 | 0.26 | 0 | 0.37 | 0.31 | 102.46 | 0.29 | 0.57 |
| Hex | 83 | B1 | 70 | 1A | 0 | 25 | 1F | 66 | 1D | 39 |
| Octal | 203 | 261 | 160 | 32 | 0 | 45 | 37 | 146 | 35 | 71 |
| Binary | 10000011 | 10110001 | 1110000 | 11010 | 0 | 100101 | 11111 | 1100110 | 11101 | 111001 |
Color Harmonies of #83B170
Complementary color
Monochromatic Colors of #83B170
Black with #83B170
Text Example
Text Example
White with #83B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B170; }
p { color: rgb(131,177,112); }
H1.HeaderClassName
{
color: #83B170;
}
.AnyTagClassName
{
color: #83B170;
}
</style>
background-color css
<style>
a { background-color: #83B170; }
a { background-color: rgb(131,177,112); }
div.DivClassName
{
background-color: #83B170;
}
.BgClassName
{
background-color: #83B170;
}
</style>
border-color css
<style>
span { border-color: #83B170; }
span { border-color: rgb(131,177,112); }
td.TdClassName
{
border-color: #83B170;
}
.TagClassName
{
border-color: #83B170;
}
</style>