Shades of Bitter #888B6E
Tints of Bitter #888B6E
RGB
CMYK
RGB Variations
Color information
#888B6E (or 0x888B6E) is known color: Bitter. HEX triplet: 88, 8B and 6E. RGB value is (136,139,110). Sum of RGB (Red+Green+Blue) = 136+139+110=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6E is #777491. Grayscale: #868686. Windows color (decimal): -7828626 or 7244680. OLE color: 7244680.
HSL color Cylindrical-coordinate representation of color #888B6E: hue angle of 66.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #888B6E is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 110 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.45 |
| HSL | 66.21º | 0.12% | 0.49% | - |
| HSV(B) | 66.21º | 0.21% | 0.55% | - |
| XYZ | 22.2 | 24.83 | 18.37 | - |
| YUV | 134.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 110 | 0.02 | 0 | 0.21 | 0.45 | 66.21 | 0.12 | 0.49 |
| Hex | 88 | 8B | 6E | 2 | 0 | 15 | 2D | 42 | C | 31 |
| Octal | 210 | 213 | 156 | 2 | 0 | 25 | 55 | 102 | 14 | 61 |
| Binary | 10001000 | 10001011 | 1101110 | 10 | 0 | 10101 | 101101 | 1000010 | 1100 | 110001 |
Color Harmonies of #888B6E
Complementary color
Monochromatic Colors of #888B6E
Black with #888B6E
Text Example
Text Example
White with #888B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B6E; }
p { color: rgb(136,139,110); }
H1.HeaderClassName
{
color: #888B6E;
}
.AnyTagClassName
{
color: #888B6E;
}
</style>
background-color css
<style>
a { background-color: #888B6E; }
a { background-color: rgb(136,139,110); }
div.DivClassName
{
background-color: #888B6E;
}
.BgClassName
{
background-color: #888B6E;
}
</style>
border-color css
<style>
span { border-color: #888B6E; }
span { border-color: rgb(136,139,110); }
td.TdClassName
{
border-color: #888B6E;
}
.TagClassName
{
border-color: #888B6E;
}
</style>