Shades of Bitter #888C68
Tints of Bitter #888C68
RGB
CMYK
RGB Variations
Color information
#888C68 (or 0x888C68) is known color: Bitter. HEX triplet: 88, 8C and 68. RGB value is (136,140,104). Sum of RGB (Red+Green+Blue) = 136+140+104=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #888C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C68 is #777397. Grayscale: #868686. Windows color (decimal): -7828376 or 6851720. OLE color: 6851720.
HSL color Cylindrical-coordinate representation of color #888C68: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888C68 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 104 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.45 |
| HSL | 66.67º | 0.15% | 0.48% | - |
| HSV(B) | 66.67º | 0.26% | 0.55% | - |
| XYZ | 22.03 | 24.99 | 16.76 | - |
| YUV | 134.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 104 | 0.03 | 0 | 0.26 | 0.45 | 66.67 | 0.15 | 0.48 |
| Hex | 88 | 8C | 68 | 3 | 0 | 1A | 2D | 43 | F | 30 |
| Octal | 210 | 214 | 150 | 3 | 0 | 32 | 55 | 103 | 17 | 60 |
| Binary | 10001000 | 10001100 | 1101000 | 11 | 0 | 11010 | 101101 | 1000011 | 1111 | 110000 |
Color Harmonies of #888C68
Complementary color
Monochromatic Colors of #888C68
Black with #888C68
Text Example
Text Example
White with #888C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C68; }
p { color: rgb(136,140,104); }
H1.HeaderClassName
{
color: #888C68;
}
.AnyTagClassName
{
color: #888C68;
}
</style>
background-color css
<style>
a { background-color: #888C68; }
a { background-color: rgb(136,140,104); }
div.DivClassName
{
background-color: #888C68;
}
.BgClassName
{
background-color: #888C68;
}
</style>
border-color css
<style>
span { border-color: #888C68; }
span { border-color: rgb(136,140,104); }
td.TdClassName
{
border-color: #888C68;
}
.TagClassName
{
border-color: #888C68;
}
</style>