Shades of Amulet #88A277
Tints of Amulet #88A277
RGB
CMYK
RGB Variations
Color information
#88A277 (or 0x88A277) is known color: Amulet. HEX triplet: 88, A2 and 77. RGB value is (136,162,119). Sum of RGB (Red+Green+Blue) = 136+162+119=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #88A277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A277 is #775D88. Grayscale: #959595. Windows color (decimal): -7822729 or 7840392. OLE color: 7840392.
HSL color Cylindrical-coordinate representation of color #88A277: hue angle of 96.28º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A277 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 119 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.36 |
| HSL | 96.28º | 0.19% | 0.55% | - |
| HSV(B) | 96.28º | 0.27% | 0.64% | - |
| XYZ | 26.4 | 32.41 | 22.32 | - |
| YUV | 149.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 119 | 0.16 | 0 | 0.27 | 0.36 | 96.28 | 0.19 | 0.55 |
| Hex | 88 | A2 | 77 | 10 | 0 | 1B | 24 | 60 | 13 | 37 |
| Octal | 210 | 242 | 167 | 20 | 0 | 33 | 44 | 140 | 23 | 67 |
| Binary | 10001000 | 10100010 | 1110111 | 10000 | 0 | 11011 | 100100 | 1100000 | 10011 | 110111 |
Color Harmonies of #88A277
Complementary color
Monochromatic Colors of #88A277
Black with #88A277
Text Example
Text Example
White with #88A277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A277; }
p { color: rgb(136,162,119); }
H1.HeaderClassName
{
color: #88A277;
}
.AnyTagClassName
{
color: #88A277;
}
</style>
background-color css
<style>
a { background-color: #88A277; }
a { background-color: rgb(136,162,119); }
div.DivClassName
{
background-color: #88A277;
}
.BgClassName
{
background-color: #88A277;
}
</style>
border-color css
<style>
span { border-color: #88A277; }
span { border-color: rgb(136,162,119); }
td.TdClassName
{
border-color: #88A277;
}
.TagClassName
{
border-color: #88A277;
}
</style>