Shades of Bitter #888D62
Tints of Bitter #888D62
RGB
CMYK
RGB Variations
Color information
#888D62 (or 0x888D62) is known color: Bitter. HEX triplet: 88, 8D and 62. RGB value is (136,141,98). Sum of RGB (Red+Green+Blue) = 136+141+98=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #888D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D62 is #77729D. Grayscale: #868686. Windows color (decimal): -7828126 or 6458760. OLE color: 6458760.
HSL color Cylindrical-coordinate representation of color #888D62: hue angle of 66.98º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888D62 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 98 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.45 |
| HSL | 66.98º | 0.18% | 0.47% | - |
| HSV(B) | 66.98º | 0.3% | 0.55% | - |
| XYZ | 21.88 | 25.17 | 15.26 | - |
| YUV | 134.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 98 | 0.04 | 0 | 0.30 | 0.45 | 66.98 | 0.18 | 0.47 |
| Hex | 88 | 8D | 62 | 4 | 0 | 1E | 2D | 43 | 12 | 2F |
| Octal | 210 | 215 | 142 | 4 | 0 | 36 | 55 | 103 | 22 | 57 |
| Binary | 10001000 | 10001101 | 1100010 | 100 | 0 | 11110 | 101101 | 1000011 | 10010 | 101111 |
Color Harmonies of #888D62
Complementary color
Monochromatic Colors of #888D62
Black with #888D62
Text Example
Text Example
White with #888D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D62; }
p { color: rgb(136,141,98); }
H1.HeaderClassName
{
color: #888D62;
}
.AnyTagClassName
{
color: #888D62;
}
</style>
background-color css
<style>
a { background-color: #888D62; }
a { background-color: rgb(136,141,98); }
div.DivClassName
{
background-color: #888D62;
}
.BgClassName
{
background-color: #888D62;
}
</style>
border-color css
<style>
span { border-color: #888D62; }
span { border-color: rgb(136,141,98); }
td.TdClassName
{
border-color: #888D62;
}
.TagClassName
{
border-color: #888D62;
}
</style>