Shades of Bitter #888C58
Tints of Bitter #888C58
RGB
CMYK
RGB Variations
Color information
#888C58 (or 0x888C58) is known color: Bitter. HEX triplet: 88, 8C and 58. RGB value is (136,140,88). Sum of RGB (Red+Green+Blue) = 136+140+88=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #888C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C58 is #7773A7. Grayscale: #858585. Windows color (decimal): -7828392 or 5803144. OLE color: 5803144.
HSL color Cylindrical-coordinate representation of color #888C58: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888C58 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 88 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.45 |
| HSL | 64.62º | 0.23% | 0.45% | - |
| HSV(B) | 64.62º | 0.37% | 0.55% | - |
| XYZ | 21.29 | 24.69 | 12.88 | - |
| YUV | 132.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 88 | 0.03 | 0 | 0.37 | 0.45 | 64.62 | 0.23 | 0.45 |
| Hex | 88 | 8C | 58 | 3 | 0 | 25 | 2D | 41 | 17 | 2D |
| Octal | 210 | 214 | 130 | 3 | 0 | 45 | 55 | 101 | 27 | 55 |
| Binary | 10001000 | 10001100 | 1011000 | 11 | 0 | 100101 | 101101 | 1000001 | 10111 | 101101 |
Color Harmonies of #888C58
Complementary color
Monochromatic Colors of #888C58
Black with #888C58
Text Example
Text Example
White with #888C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C58; }
p { color: rgb(136,140,88); }
H1.HeaderClassName
{
color: #888C58;
}
.AnyTagClassName
{
color: #888C58;
}
</style>
background-color css
<style>
a { background-color: #888C58; }
a { background-color: rgb(136,140,88); }
div.DivClassName
{
background-color: #888C58;
}
.BgClassName
{
background-color: #888C58;
}
</style>
border-color css
<style>
span { border-color: #888C58; }
span { border-color: rgb(136,140,88); }
td.TdClassName
{
border-color: #888C58;
}
.TagClassName
{
border-color: #888C58;
}
</style>