Shades of Bitter #888F57
Tints of Bitter #888F57
RGB
CMYK
RGB Variations
Color information
#888F57 (or 0x888F57) is known color: Bitter. HEX triplet: 88, 8F and 57. RGB value is (136,143,87). Sum of RGB (Red+Green+Blue) = 136+143+87=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #888F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F57 is #7770A8. Grayscale: #868686. Windows color (decimal): -7827625 or 5738376. OLE color: 5738376.
HSL color Cylindrical-coordinate representation of color #888F57: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888F57 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 87 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.44 |
| HSL | 67.5º | 0.24% | 0.45% | - |
| HSV(B) | 67.5º | 0.39% | 0.56% | - |
| XYZ | 21.7 | 25.57 | 12.81 | - |
| YUV | 134.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 87 | 0.05 | 0 | 0.39 | 0.44 | 67.5 | 0.24 | 0.45 |
| Hex | 88 | 8F | 57 | 5 | 0 | 27 | 2C | 44 | 18 | 2D |
| Octal | 210 | 217 | 127 | 5 | 0 | 47 | 54 | 104 | 30 | 55 |
| Binary | 10001000 | 10001111 | 1010111 | 101 | 0 | 100111 | 101100 | 1000100 | 11000 | 101101 |
Color Harmonies of #888F57
Complementary color
Monochromatic Colors of #888F57
Black with #888F57
Text Example
Text Example
White with #888F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F57; }
p { color: rgb(136,143,87); }
H1.HeaderClassName
{
color: #888F57;
}
.AnyTagClassName
{
color: #888F57;
}
</style>
background-color css
<style>
a { background-color: #888F57; }
a { background-color: rgb(136,143,87); }
div.DivClassName
{
background-color: #888F57;
}
.BgClassName
{
background-color: #888F57;
}
</style>
border-color css
<style>
span { border-color: #888F57; }
span { border-color: rgb(136,143,87); }
td.TdClassName
{
border-color: #888F57;
}
.TagClassName
{
border-color: #888F57;
}
</style>