Shades of Bitter #888B60
Tints of Bitter #888B60
RGB
CMYK
RGB Variations
Color information
#888B60 (or 0x888B60) is known color: Bitter. HEX triplet: 88, 8B and 60. RGB value is (136,139,96). Sum of RGB (Red+Green+Blue) = 136+139+96=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #888B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B60 is #77749F. Grayscale: #858585. Windows color (decimal): -7828640 or 6327176. OLE color: 6327176.
HSL color Cylindrical-coordinate representation of color #888B60: hue angle of 64.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888B60 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 96 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.45 |
| HSL | 64.19º | 0.18% | 0.46% | - |
| HSV(B) | 64.19º | 0.31% | 0.55% | - |
| XYZ | 21.5 | 24.54 | 14.67 | - |
| YUV | 133.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 96 | 0.02 | 0 | 0.31 | 0.45 | 64.19 | 0.18 | 0.46 |
| Hex | 88 | 8B | 60 | 2 | 0 | 1F | 2D | 40 | 12 | 2E |
| Octal | 210 | 213 | 140 | 2 | 0 | 37 | 55 | 100 | 22 | 56 |
| Binary | 10001000 | 10001011 | 1100000 | 10 | 0 | 11111 | 101101 | 1000000 | 10010 | 101110 |
Color Harmonies of #888B60
Complementary color
Monochromatic Colors of #888B60
Black with #888B60
Text Example
Text Example
White with #888B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B60; }
p { color: rgb(136,139,96); }
H1.HeaderClassName
{
color: #888B60;
}
.AnyTagClassName
{
color: #888B60;
}
</style>
background-color css
<style>
a { background-color: #888B60; }
a { background-color: rgb(136,139,96); }
div.DivClassName
{
background-color: #888B60;
}
.BgClassName
{
background-color: #888B60;
}
</style>
border-color css
<style>
span { border-color: #888B60; }
span { border-color: rgb(136,139,96); }
td.TdClassName
{
border-color: #888B60;
}
.TagClassName
{
border-color: #888B60;
}
</style>