Shades of Bitter #888E63
Tints of Bitter #888E63
RGB
CMYK
RGB Variations
Color information
#888E63 (or 0x888E63) is known color: Bitter. HEX triplet: 88, 8E and 63. RGB value is (136,142,99). Sum of RGB (Red+Green+Blue) = 136+142+99=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #888E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E63 is #77719C. Grayscale: #878787. Windows color (decimal): -7827869 or 6524552. OLE color: 6524552.
HSL color Cylindrical-coordinate representation of color #888E63: hue angle of 68.37º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888E63 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 99 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.44 |
| HSL | 68.37º | 0.18% | 0.47% | - |
| HSV(B) | 68.37º | 0.3% | 0.56% | - |
| XYZ | 22.08 | 25.48 | 15.56 | - |
| YUV | 135.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 99 | 0.04 | 0 | 0.30 | 0.44 | 68.37 | 0.18 | 0.47 |
| Hex | 88 | 8E | 63 | 4 | 0 | 1E | 2C | 44 | 12 | 2F |
| Octal | 210 | 216 | 143 | 4 | 0 | 36 | 54 | 104 | 22 | 57 |
| Binary | 10001000 | 10001110 | 1100011 | 100 | 0 | 11110 | 101100 | 1000100 | 10010 | 101111 |
Color Harmonies of #888E63
Complementary color
Monochromatic Colors of #888E63
Black with #888E63
Text Example
Text Example
White with #888E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E63; }
p { color: rgb(136,142,99); }
H1.HeaderClassName
{
color: #888E63;
}
.AnyTagClassName
{
color: #888E63;
}
</style>
background-color css
<style>
a { background-color: #888E63; }
a { background-color: rgb(136,142,99); }
div.DivClassName
{
background-color: #888E63;
}
.BgClassName
{
background-color: #888E63;
}
</style>
border-color css
<style>
span { border-color: #888E63; }
span { border-color: rgb(136,142,99); }
td.TdClassName
{
border-color: #888E63;
}
.TagClassName
{
border-color: #888E63;
}
</style>