Shades of Bitter #888B59
Tints of Bitter #888B59
RGB
CMYK
RGB Variations
Color information
#888B59 (or 0x888B59) is known color: Bitter. HEX triplet: 88, 8B and 59. RGB value is (136,139,89). Sum of RGB (Red+Green+Blue) = 136+139+89=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #888B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B59 is #7774A6. Grayscale: #848484. Windows color (decimal): -7828647 or 5868424. OLE color: 5868424.
HSL color Cylindrical-coordinate representation of color #888B59: hue angle of 63.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888B59 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 89 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.45 |
| HSL | 63.6º | 0.22% | 0.45% | - |
| HSV(B) | 63.6º | 0.36% | 0.55% | - |
| XYZ | 21.19 | 24.42 | 13.05 | - |
| YUV | 132.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 89 | 0.02 | 0 | 0.36 | 0.45 | 63.6 | 0.22 | 0.45 |
| Hex | 88 | 8B | 59 | 2 | 0 | 24 | 2D | 40 | 16 | 2D |
| Octal | 210 | 213 | 131 | 2 | 0 | 44 | 55 | 100 | 26 | 55 |
| Binary | 10001000 | 10001011 | 1011001 | 10 | 0 | 100100 | 101101 | 1000000 | 10110 | 101101 |
Color Harmonies of #888B59
Complementary color
Monochromatic Colors of #888B59
Black with #888B59
Text Example
Text Example
White with #888B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B59; }
p { color: rgb(136,139,89); }
H1.HeaderClassName
{
color: #888B59;
}
.AnyTagClassName
{
color: #888B59;
}
</style>
background-color css
<style>
a { background-color: #888B59; }
a { background-color: rgb(136,139,89); }
div.DivClassName
{
background-color: #888B59;
}
.BgClassName
{
background-color: #888B59;
}
</style>
border-color css
<style>
span { border-color: #888B59; }
span { border-color: rgb(136,139,89); }
td.TdClassName
{
border-color: #888B59;
}
.TagClassName
{
border-color: #888B59;
}
</style>