Shades of Bitter #888E58
Tints of Bitter #888E58
RGB
CMYK
RGB Variations
Color information
#888E58 (or 0x888E58) is known color: Bitter. HEX triplet: 88, 8E and 58. RGB value is (136,142,88). Sum of RGB (Red+Green+Blue) = 136+142+88=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #888E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E58 is #7771A7. Grayscale: #868686. Windows color (decimal): -7827880 or 5803656. OLE color: 5803656.
HSL color Cylindrical-coordinate representation of color #888E58: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888E58 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 88 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.44 |
| HSL | 66.67º | 0.23% | 0.45% | - |
| HSV(B) | 66.67º | 0.38% | 0.56% | - |
| XYZ | 21.59 | 25.28 | 12.98 | - |
| YUV | 134.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 88 | 0.04 | 0 | 0.38 | 0.44 | 66.67 | 0.23 | 0.45 |
| Hex | 88 | 8E | 58 | 4 | 0 | 26 | 2C | 43 | 17 | 2D |
| Octal | 210 | 216 | 130 | 4 | 0 | 46 | 54 | 103 | 27 | 55 |
| Binary | 10001000 | 10001110 | 1011000 | 100 | 0 | 100110 | 101100 | 1000011 | 10111 | 101101 |
Color Harmonies of #888E58
Complementary color
Monochromatic Colors of #888E58
Black with #888E58
Text Example
Text Example
White with #888E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E58; }
p { color: rgb(136,142,88); }
H1.HeaderClassName
{
color: #888E58;
}
.AnyTagClassName
{
color: #888E58;
}
</style>
background-color css
<style>
a { background-color: #888E58; }
a { background-color: rgb(136,142,88); }
div.DivClassName
{
background-color: #888E58;
}
.BgClassName
{
background-color: #888E58;
}
</style>
border-color css
<style>
span { border-color: #888E58; }
span { border-color: rgb(136,142,88); }
td.TdClassName
{
border-color: #888E58;
}
.TagClassName
{
border-color: #888E58;
}
</style>