Shades of Bitter #888A65
Tints of Bitter #888A65
RGB
CMYK
RGB Variations
Color information
#888A65 (or 0x888A65) is known color: Bitter. HEX triplet: 88, 8A and 65. RGB value is (136,138,101). Sum of RGB (Red+Green+Blue) = 136+138+101=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #888A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A65 is #77759A. Grayscale: #858585. Windows color (decimal): -7828891 or 6654600. OLE color: 6654600.
HSL color Cylindrical-coordinate representation of color #888A65: hue angle of 63.24º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888A65 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 101 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.46 |
| HSL | 63.24º | 0.15% | 0.47% | - |
| HSV(B) | 63.24º | 0.27% | 0.54% | - |
| XYZ | 21.59 | 24.35 | 15.87 | - |
| YUV | 133.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 101 | 0.01 | 0 | 0.27 | 0.46 | 63.24 | 0.15 | 0.47 |
| Hex | 88 | 8A | 65 | 1 | 0 | 1B | 2E | 3F | F | 2F |
| Octal | 210 | 212 | 145 | 1 | 0 | 33 | 56 | 77 | 17 | 57 |
| Binary | 10001000 | 10001010 | 1100101 | 1 | 0 | 11011 | 101110 | 111111 | 1111 | 101111 |
Color Harmonies of #888A65
Complementary color
Monochromatic Colors of #888A65
Black with #888A65
Text Example
Text Example
White with #888A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A65; }
p { color: rgb(136,138,101); }
H1.HeaderClassName
{
color: #888A65;
}
.AnyTagClassName
{
color: #888A65;
}
</style>
background-color css
<style>
a { background-color: #888A65; }
a { background-color: rgb(136,138,101); }
div.DivClassName
{
background-color: #888A65;
}
.BgClassName
{
background-color: #888A65;
}
</style>
border-color css
<style>
span { border-color: #888A65; }
span { border-color: rgb(136,138,101); }
td.TdClassName
{
border-color: #888A65;
}
.TagClassName
{
border-color: #888A65;
}
</style>