Shades of Bitter #888C67
Tints of Bitter #888C67
RGB
CMYK
RGB Variations
Color information
#888C67 (or 0x888C67) is known color: Bitter. HEX triplet: 88, 8C and 67. RGB value is (136,140,103). Sum of RGB (Red+Green+Blue) = 136+140+103=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #888C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C67 is #777398. Grayscale: #868686. Windows color (decimal): -7828377 or 6786184. OLE color: 6786184.
HSL color Cylindrical-coordinate representation of color #888C67: hue angle of 66.49º 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 #888C67 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 103 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.45 |
| HSL | 66.49º | 0.15% | 0.48% | - |
| HSV(B) | 66.49º | 0.26% | 0.55% | - |
| XYZ | 21.98 | 24.97 | 16.49 | - |
| YUV | 134.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 103 | 0.03 | 0 | 0.26 | 0.45 | 66.49 | 0.15 | 0.48 |
| Hex | 88 | 8C | 67 | 3 | 0 | 1A | 2D | 42 | F | 30 |
| Octal | 210 | 214 | 147 | 3 | 0 | 32 | 55 | 102 | 17 | 60 |
| Binary | 10001000 | 10001100 | 1100111 | 11 | 0 | 11010 | 101101 | 1000010 | 1111 | 110000 |
Color Harmonies of #888C67
Complementary color
Monochromatic Colors of #888C67
Black with #888C67
Text Example
Text Example
White with #888C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C67; }
p { color: rgb(136,140,103); }
H1.HeaderClassName
{
color: #888C67;
}
.AnyTagClassName
{
color: #888C67;
}
</style>
background-color css
<style>
a { background-color: #888C67; }
a { background-color: rgb(136,140,103); }
div.DivClassName
{
background-color: #888C67;
}
.BgClassName
{
background-color: #888C67;
}
</style>
border-color css
<style>
span { border-color: #888C67; }
span { border-color: rgb(136,140,103); }
td.TdClassName
{
border-color: #888C67;
}
.TagClassName
{
border-color: #888C67;
}
</style>