Shades of Bitter #888B61
Tints of Bitter #888B61
RGB
CMYK
RGB Variations
Color information
#888B61 (or 0x888B61) is known color: Bitter. HEX triplet: 88, 8B and 61. RGB value is (136,139,97). Sum of RGB (Red+Green+Blue) = 136+139+97=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #888B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B61 is #77749E. Grayscale: #858585. Windows color (decimal): -7828639 or 6392712. OLE color: 6392712.
HSL color Cylindrical-coordinate representation of color #888B61: hue angle of 64.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888B61 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 97 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.45 |
| HSL | 64.29º | 0.18% | 0.46% | - |
| HSV(B) | 64.29º | 0.3% | 0.55% | - |
| XYZ | 21.54 | 24.56 | 14.91 | - |
| YUV | 133.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 97 | 0.02 | 0 | 0.30 | 0.45 | 64.29 | 0.18 | 0.46 |
| Hex | 88 | 8B | 61 | 2 | 0 | 1E | 2D | 40 | 12 | 2E |
| Octal | 210 | 213 | 141 | 2 | 0 | 36 | 55 | 100 | 22 | 56 |
| Binary | 10001000 | 10001011 | 1100001 | 10 | 0 | 11110 | 101101 | 1000000 | 10010 | 101110 |
Color Harmonies of #888B61
Complementary color
Monochromatic Colors of #888B61
Black with #888B61
Text Example
Text Example
White with #888B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B61; }
p { color: rgb(136,139,97); }
H1.HeaderClassName
{
color: #888B61;
}
.AnyTagClassName
{
color: #888B61;
}
</style>
background-color css
<style>
a { background-color: #888B61; }
a { background-color: rgb(136,139,97); }
div.DivClassName
{
background-color: #888B61;
}
.BgClassName
{
background-color: #888B61;
}
</style>
border-color css
<style>
span { border-color: #888B61; }
span { border-color: rgb(136,139,97); }
td.TdClassName
{
border-color: #888B61;
}
.TagClassName
{
border-color: #888B61;
}
</style>