Shades of Bitter #888B64
Tints of Bitter #888B64
RGB
CMYK
RGB Variations
Color information
#888B64 (or 0x888B64) is known color: Bitter. HEX triplet: 88, 8B and 64. RGB value is (136,139,100). Sum of RGB (Red+Green+Blue) = 136+139+100=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #888B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B64 is #77749B. Grayscale: #858585. Windows color (decimal): -7828636 or 6589320. OLE color: 6589320.
HSL color Cylindrical-coordinate representation of color #888B64: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888B64 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 100 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.45 |
| HSL | 64.62º | 0.16% | 0.47% | - |
| HSV(B) | 64.62º | 0.28% | 0.55% | - |
| XYZ | 21.69 | 24.62 | 15.67 | - |
| YUV | 133.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 100 | 0.02 | 0 | 0.28 | 0.45 | 64.62 | 0.16 | 0.47 |
| Hex | 88 | 8B | 64 | 2 | 0 | 1C | 2D | 41 | 10 | 2F |
| Octal | 210 | 213 | 144 | 2 | 0 | 34 | 55 | 101 | 20 | 57 |
| Binary | 10001000 | 10001011 | 1100100 | 10 | 0 | 11100 | 101101 | 1000001 | 10000 | 101111 |
Color Harmonies of #888B64
Complementary color
Monochromatic Colors of #888B64
Black with #888B64
Text Example
Text Example
White with #888B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B64; }
p { color: rgb(136,139,100); }
H1.HeaderClassName
{
color: #888B64;
}
.AnyTagClassName
{
color: #888B64;
}
</style>
background-color css
<style>
a { background-color: #888B64; }
a { background-color: rgb(136,139,100); }
div.DivClassName
{
background-color: #888B64;
}
.BgClassName
{
background-color: #888B64;
}
</style>
border-color css
<style>
span { border-color: #888B64; }
span { border-color: rgb(136,139,100); }
td.TdClassName
{
border-color: #888B64;
}
.TagClassName
{
border-color: #888B64;
}
</style>