Shades of Amulet #83B16C
Tints of Amulet #83B16C
RGB
CMYK
RGB Variations
Color information
#83B16C (or 0x83B16C) is known color: Amulet. HEX triplet: 83, B1 and 6C. RGB value is (131,177,108). Sum of RGB (Red+Green+Blue) = 131+177+108=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #83B16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B16C is #7C4E93. Grayscale: #9B9B9B. Windows color (decimal): -8146580 or 7123331. OLE color: 7123331.
HSL color Cylindrical-coordinate representation of color #83B16C: hue angle of 100º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83B16C is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 108 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.31 |
| HSL | 100º | 0.31% | 0.56% | - |
| HSV(B) | 100º | 0.39% | 0.69% | - |
| XYZ | 27.79 | 37.35 | 19.93 | - |
| YUV | 155.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 108 | 0.26 | 0 | 0.39 | 0.31 | 100 | 0.31 | 0.56 |
| Hex | 83 | B1 | 6C | 1A | 0 | 27 | 1F | 64 | 1F | 38 |
| Octal | 203 | 261 | 154 | 32 | 0 | 47 | 37 | 144 | 37 | 70 |
| Binary | 10000011 | 10110001 | 1101100 | 11010 | 0 | 100111 | 11111 | 1100100 | 11111 | 111000 |
Color Harmonies of #83B16C
Complementary color
Monochromatic Colors of #83B16C
Black with #83B16C
Text Example
Text Example
White with #83B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B16C; }
p { color: rgb(131,177,108); }
H1.HeaderClassName
{
color: #83B16C;
}
.AnyTagClassName
{
color: #83B16C;
}
</style>
background-color css
<style>
a { background-color: #83B16C; }
a { background-color: rgb(131,177,108); }
div.DivClassName
{
background-color: #83B16C;
}
.BgClassName
{
background-color: #83B16C;
}
</style>
border-color css
<style>
span { border-color: #83B16C; }
span { border-color: rgb(131,177,108); }
td.TdClassName
{
border-color: #83B16C;
}
.TagClassName
{
border-color: #83B16C;
}
</style>