Shades of Bitter #888F59
Tints of Bitter #888F59
RGB
CMYK
RGB Variations
Color information
#888F59 (or 0x888F59) is known color: Bitter. HEX triplet: 88, 8F and 59. RGB value is (136,143,89). Sum of RGB (Red+Green+Blue) = 136+143+89=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #888F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F59 is #7770A6. Grayscale: #868686. Windows color (decimal): -7827623 or 5869448. OLE color: 5869448.
HSL color Cylindrical-coordinate representation of color #888F59: hue angle of 67.78º 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 #888F59 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 89 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.44 |
| HSL | 67.78º | 0.23% | 0.45% | - |
| HSV(B) | 67.78º | 0.38% | 0.56% | - |
| XYZ | 21.78 | 25.6 | 13.24 | - |
| YUV | 134.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 89 | 0.05 | 0 | 0.38 | 0.44 | 67.78 | 0.23 | 0.45 |
| Hex | 88 | 8F | 59 | 5 | 0 | 26 | 2C | 44 | 17 | 2D |
| Octal | 210 | 217 | 131 | 5 | 0 | 46 | 54 | 104 | 27 | 55 |
| Binary | 10001000 | 10001111 | 1011001 | 101 | 0 | 100110 | 101100 | 1000100 | 10111 | 101101 |
Color Harmonies of #888F59
Complementary color
Monochromatic Colors of #888F59
Black with #888F59
Text Example
Text Example
White with #888F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F59; }
p { color: rgb(136,143,89); }
H1.HeaderClassName
{
color: #888F59;
}
.AnyTagClassName
{
color: #888F59;
}
</style>
background-color css
<style>
a { background-color: #888F59; }
a { background-color: rgb(136,143,89); }
div.DivClassName
{
background-color: #888F59;
}
.BgClassName
{
background-color: #888F59;
}
</style>
border-color css
<style>
span { border-color: #888F59; }
span { border-color: rgb(136,143,89); }
td.TdClassName
{
border-color: #888F59;
}
.TagClassName
{
border-color: #888F59;
}
</style>