Shades of Amulet #83B176
Tints of Amulet #83B176
RGB
CMYK
RGB Variations
Color information
#83B176 (or 0x83B176) is known color: Amulet. HEX triplet: 83, B1 and 76. RGB value is (131,177,118). Sum of RGB (Red+Green+Blue) = 131+177+118=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #83B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B176 is #7C4E89. Grayscale: #9C9C9C. Windows color (decimal): -8146570 or 7778691. OLE color: 7778691.
HSL color Cylindrical-coordinate representation of color #83B176: hue angle of 106.78º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B176 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 118 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.31 |
| HSL | 106.78º | 0.27% | 0.58% | - |
| HSV(B) | 106.78º | 0.33% | 0.69% | - |
| XYZ | 28.35 | 37.58 | 22.9 | - |
| YUV | 156.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 118 | 0.26 | 0 | 0.33 | 0.31 | 106.78 | 0.27 | 0.58 |
| Hex | 83 | B1 | 76 | 1A | 0 | 21 | 1F | 6B | 1B | 3A |
| Octal | 203 | 261 | 166 | 32 | 0 | 41 | 37 | 153 | 33 | 72 |
| Binary | 10000011 | 10110001 | 1110110 | 11010 | 0 | 100001 | 11111 | 1101011 | 11011 | 111010 |
Color Harmonies of #83B176
Complementary color
Monochromatic Colors of #83B176
Black with #83B176
Text Example
Text Example
White with #83B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B176; }
p { color: rgb(131,177,118); }
H1.HeaderClassName
{
color: #83B176;
}
.AnyTagClassName
{
color: #83B176;
}
</style>
background-color css
<style>
a { background-color: #83B176; }
a { background-color: rgb(131,177,118); }
div.DivClassName
{
background-color: #83B176;
}
.BgClassName
{
background-color: #83B176;
}
</style>
border-color css
<style>
span { border-color: #83B176; }
span { border-color: rgb(131,177,118); }
td.TdClassName
{
border-color: #83B176;
}
.TagClassName
{
border-color: #83B176;
}
</style>