Shades of Amulet #88B179
Tints of Amulet #88B179
RGB
CMYK
RGB Variations
Color information
#88B179 (or 0x88B179) is known color: Amulet. HEX triplet: 88, B1 and 79. RGB value is (136,177,121). Sum of RGB (Red+Green+Blue) = 136+177+121=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #88B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B179 is #774E86. Grayscale: #9E9E9E. Windows color (decimal): -7818887 or 7975304. OLE color: 7975304.
HSL color Cylindrical-coordinate representation of color #88B179: hue angle of 103.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88B179 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 121 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.31 |
| HSL | 103.93º | 0.26% | 0.58% | - |
| HSV(B) | 103.93º | 0.32% | 0.69% | - |
| XYZ | 29.33 | 38.06 | 23.89 | - |
| YUV | 158.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 121 | 0.23 | 0 | 0.32 | 0.31 | 103.93 | 0.26 | 0.58 |
| Hex | 88 | B1 | 79 | 17 | 0 | 20 | 1F | 68 | 1A | 3A |
| Octal | 210 | 261 | 171 | 27 | 0 | 40 | 37 | 150 | 32 | 72 |
| Binary | 10001000 | 10110001 | 1111001 | 10111 | 0 | 100000 | 11111 | 1101000 | 11010 | 111010 |
Color Harmonies of #88B179
Complementary color
Monochromatic Colors of #88B179
Black with #88B179
Text Example
Text Example
White with #88B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B179; }
p { color: rgb(136,177,121); }
H1.HeaderClassName
{
color: #88B179;
}
.AnyTagClassName
{
color: #88B179;
}
</style>
background-color css
<style>
a { background-color: #88B179; }
a { background-color: rgb(136,177,121); }
div.DivClassName
{
background-color: #88B179;
}
.BgClassName
{
background-color: #88B179;
}
</style>
border-color css
<style>
span { border-color: #88B179; }
span { border-color: rgb(136,177,121); }
td.TdClassName
{
border-color: #88B179;
}
.TagClassName
{
border-color: #88B179;
}
</style>