Shades of Amulet #88B178
Tints of Amulet #88B178
RGB
CMYK
RGB Variations
Color information
#88B178 (or 0x88B178) is known color: Amulet. HEX triplet: 88, B1 and 78. RGB value is (136,177,120). Sum of RGB (Red+Green+Blue) = 136+177+120=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #88B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B178 is #774E87. Grayscale: #9E9E9E. Windows color (decimal): -7818888 or 7909768. OLE color: 7909768.
HSL color Cylindrical-coordinate representation of color #88B178: hue angle of 103.16º degrees, saturation: 0.27, 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 #88B178 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 120 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.31 |
| HSL | 103.16º | 0.27% | 0.58% | - |
| HSV(B) | 103.16º | 0.32% | 0.69% | - |
| XYZ | 29.27 | 38.03 | 23.57 | - |
| YUV | 158.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 120 | 0.23 | 0 | 0.32 | 0.31 | 103.16 | 0.27 | 0.58 |
| Hex | 88 | B1 | 78 | 17 | 0 | 20 | 1F | 67 | 1B | 3A |
| Octal | 210 | 261 | 170 | 27 | 0 | 40 | 37 | 147 | 33 | 72 |
| Binary | 10001000 | 10110001 | 1111000 | 10111 | 0 | 100000 | 11111 | 1100111 | 11011 | 111010 |
Color Harmonies of #88B178
Complementary color
Monochromatic Colors of #88B178
Black with #88B178
Text Example
Text Example
White with #88B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B178; }
p { color: rgb(136,177,120); }
H1.HeaderClassName
{
color: #88B178;
}
.AnyTagClassName
{
color: #88B178;
}
</style>
background-color css
<style>
a { background-color: #88B178; }
a { background-color: rgb(136,177,120); }
div.DivClassName
{
background-color: #88B178;
}
.BgClassName
{
background-color: #88B178;
}
</style>
border-color css
<style>
span { border-color: #88B178; }
span { border-color: rgb(136,177,120); }
td.TdClassName
{
border-color: #88B178;
}
.TagClassName
{
border-color: #88B178;
}
</style>