Shades of Bitter #888C61
Tints of Bitter #888C61
RGB
CMYK
RGB Variations
Color information
#888C61 (or 0x888C61) is known color: Bitter. HEX triplet: 88, 8C and 61. RGB value is (136,140,97). Sum of RGB (Red+Green+Blue) = 136+140+97=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #888C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C61 is #77739E. Grayscale: #868686. Windows color (decimal): -7828383 or 6392968. OLE color: 6392968.
HSL color Cylindrical-coordinate representation of color #888C61: hue angle of 65.58º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888C61 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 97 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.45 |
| HSL | 65.58º | 0.18% | 0.46% | - |
| HSV(B) | 65.58º | 0.31% | 0.55% | - |
| XYZ | 21.69 | 24.85 | 14.96 | - |
| YUV | 133.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 97 | 0.03 | 0 | 0.31 | 0.45 | 65.58 | 0.18 | 0.46 |
| Hex | 88 | 8C | 61 | 3 | 0 | 1F | 2D | 42 | 12 | 2E |
| Octal | 210 | 214 | 141 | 3 | 0 | 37 | 55 | 102 | 22 | 56 |
| Binary | 10001000 | 10001100 | 1100001 | 11 | 0 | 11111 | 101101 | 1000010 | 10010 | 101110 |
Color Harmonies of #888C61
Complementary color
Monochromatic Colors of #888C61
Black with #888C61
Text Example
Text Example
White with #888C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C61; }
p { color: rgb(136,140,97); }
H1.HeaderClassName
{
color: #888C61;
}
.AnyTagClassName
{
color: #888C61;
}
</style>
background-color css
<style>
a { background-color: #888C61; }
a { background-color: rgb(136,140,97); }
div.DivClassName
{
background-color: #888C61;
}
.BgClassName
{
background-color: #888C61;
}
</style>
border-color css
<style>
span { border-color: #888C61; }
span { border-color: rgb(136,140,97); }
td.TdClassName
{
border-color: #888C61;
}
.TagClassName
{
border-color: #888C61;
}
</style>