Shades of Bitter #888962
Tints of Bitter #888962
RGB
CMYK
RGB Variations
Color information
#888962 (or 0x888962) is known color: Bitter. HEX triplet: 88, 89 and 62. RGB value is (136,137,98). Sum of RGB (Red+Green+Blue) = 136+137+98=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #888962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888962 is #77769D. Grayscale: #848484. Windows color (decimal): -7829150 or 6457736. OLE color: 6457736.
HSL color Cylindrical-coordinate representation of color #888962: hue angle of 61.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888962 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 98 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.46 |
| HSL | 61.54º | 0.17% | 0.46% | - |
| HSV(B) | 61.54º | 0.28% | 0.54% | - |
| XYZ | 21.3 | 24.01 | 15.07 | - |
| YUV | 132.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 98 | 0.01 | 0 | 0.28 | 0.46 | 61.54 | 0.17 | 0.46 |
| Hex | 88 | 89 | 62 | 1 | 0 | 1C | 2E | 3E | 11 | 2E |
| Octal | 210 | 211 | 142 | 1 | 0 | 34 | 56 | 76 | 21 | 56 |
| Binary | 10001000 | 10001001 | 1100010 | 1 | 0 | 11100 | 101110 | 111110 | 10001 | 101110 |
Color Harmonies of #888962
Complementary color
Monochromatic Colors of #888962
Black with #888962
Text Example
Text Example
White with #888962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888962; }
p { color: rgb(136,137,98); }
H1.HeaderClassName
{
color: #888962;
}
.AnyTagClassName
{
color: #888962;
}
</style>
background-color css
<style>
a { background-color: #888962; }
a { background-color: rgb(136,137,98); }
div.DivClassName
{
background-color: #888962;
}
.BgClassName
{
background-color: #888962;
}
</style>
border-color css
<style>
span { border-color: #888962; }
span { border-color: rgb(136,137,98); }
td.TdClassName
{
border-color: #888962;
}
.TagClassName
{
border-color: #888962;
}
</style>