Shades of Amulet #88B374
Tints of Amulet #88B374
RGB
CMYK
RGB Variations
Color information
#88B374 (or 0x88B374) is known color: Amulet. HEX triplet: 88, B3 and 74. RGB value is (136,179,116). Sum of RGB (Red+Green+Blue) = 136+179+116=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #88B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B374 is #774C8B. Grayscale: #9F9F9F. Windows color (decimal): -7818380 or 7648136. OLE color: 7648136.
HSL color Cylindrical-coordinate representation of color #88B374: hue angle of 100.95º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B374 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 116 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.30 |
| HSL | 100.95º | 0.29% | 0.58% | - |
| HSV(B) | 100.95º | 0.35% | 0.7% | - |
| XYZ | 29.43 | 38.74 | 22.45 | - |
| YUV | 158.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 116 | 0.24 | 0 | 0.35 | 0.30 | 100.95 | 0.29 | 0.58 |
| Hex | 88 | B3 | 74 | 18 | 0 | 23 | 1E | 65 | 1D | 3A |
| Octal | 210 | 263 | 164 | 30 | 0 | 43 | 36 | 145 | 35 | 72 |
| Binary | 10001000 | 10110011 | 1110100 | 11000 | 0 | 100011 | 11110 | 1100101 | 11101 | 111010 |
Color Harmonies of #88B374
Complementary color
Monochromatic Colors of #88B374
Black with #88B374
Text Example
Text Example
White with #88B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B374; }
p { color: rgb(136,179,116); }
H1.HeaderClassName
{
color: #88B374;
}
.AnyTagClassName
{
color: #88B374;
}
</style>
background-color css
<style>
a { background-color: #88B374; }
a { background-color: rgb(136,179,116); }
div.DivClassName
{
background-color: #88B374;
}
.BgClassName
{
background-color: #88B374;
}
</style>
border-color css
<style>
span { border-color: #88B374; }
span { border-color: rgb(136,179,116); }
td.TdClassName
{
border-color: #88B374;
}
.TagClassName
{
border-color: #88B374;
}
</style>