Shades of Amulet #82B16F
Tints of Amulet #82B16F
RGB
CMYK
RGB Variations
Color information
#82B16F (or 0x82B16F) is known color: Amulet. HEX triplet: 82, B1 and 6F. RGB value is (130,177,111). Sum of RGB (Red+Green+Blue) = 130+177+111=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #82B16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B16F is #7D4E90. Grayscale: #9B9B9B. Windows color (decimal): -8212113 or 7319938. OLE color: 7319938.
HSL color Cylindrical-coordinate representation of color #82B16F: hue angle of 102.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82B16F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 111 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.31 |
| HSL | 102.73º | 0.3% | 0.56% | - |
| HSV(B) | 102.73º | 0.37% | 0.69% | - |
| XYZ | 27.8 | 37.34 | 20.78 | - |
| YUV | 155.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 111 | 0.27 | 0 | 0.37 | 0.31 | 102.73 | 0.3 | 0.56 |
| Hex | 82 | B1 | 6F | 1B | 0 | 25 | 1F | 67 | 1E | 38 |
| Octal | 202 | 261 | 157 | 33 | 0 | 45 | 37 | 147 | 36 | 70 |
| Binary | 10000010 | 10110001 | 1101111 | 11011 | 0 | 100101 | 11111 | 1100111 | 11110 | 111000 |
Color Harmonies of #82B16F
Complementary color
Monochromatic Colors of #82B16F
Black with #82B16F
Text Example
Text Example
White with #82B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B16F; }
p { color: rgb(130,177,111); }
H1.HeaderClassName
{
color: #82B16F;
}
.AnyTagClassName
{
color: #82B16F;
}
</style>
background-color css
<style>
a { background-color: #82B16F; }
a { background-color: rgb(130,177,111); }
div.DivClassName
{
background-color: #82B16F;
}
.BgClassName
{
background-color: #82B16F;
}
</style>
border-color css
<style>
span { border-color: #82B16F; }
span { border-color: rgb(130,177,111); }
td.TdClassName
{
border-color: #82B16F;
}
.TagClassName
{
border-color: #82B16F;
}
</style>