Shades of Amulet #88B170
Tints of Amulet #88B170
RGB
CMYK
RGB Variations
Color information
#88B170 (or 0x88B170) is known color: Amulet. HEX triplet: 88, B1 and 70. RGB value is (136,177,112). Sum of RGB (Red+Green+Blue) = 136+177+112=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #88B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B170 is #774E8F. Grayscale: #9D9D9D. Windows color (decimal): -7818896 or 7385480. OLE color: 7385480.
HSL color Cylindrical-coordinate representation of color #88B170: hue angle of 97.85º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88B170 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 112 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.31 |
| HSL | 97.85º | 0.29% | 0.57% | - |
| HSV(B) | 97.85º | 0.37% | 0.69% | - |
| XYZ | 28.8 | 37.85 | 21.12 | - |
| YUV | 157.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 112 | 0.23 | 0 | 0.37 | 0.31 | 97.85 | 0.29 | 0.57 |
| Hex | 88 | B1 | 70 | 17 | 0 | 25 | 1F | 62 | 1D | 39 |
| Octal | 210 | 261 | 160 | 27 | 0 | 45 | 37 | 142 | 35 | 71 |
| Binary | 10001000 | 10110001 | 1110000 | 10111 | 0 | 100101 | 11111 | 1100010 | 11101 | 111001 |
Color Harmonies of #88B170
Complementary color
Monochromatic Colors of #88B170
Black with #88B170
Text Example
Text Example
White with #88B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B170; }
p { color: rgb(136,177,112); }
H1.HeaderClassName
{
color: #88B170;
}
.AnyTagClassName
{
color: #88B170;
}
</style>
background-color css
<style>
a { background-color: #88B170; }
a { background-color: rgb(136,177,112); }
div.DivClassName
{
background-color: #88B170;
}
.BgClassName
{
background-color: #88B170;
}
</style>
border-color css
<style>
span { border-color: #88B170; }
span { border-color: rgb(136,177,112); }
td.TdClassName
{
border-color: #88B170;
}
.TagClassName
{
border-color: #88B170;
}
</style>