Shades of Bitter #889255
Tints of Bitter #889255
RGB
CMYK
RGB Variations
Color information
#889255 (or 0x889255) is known color: Bitter. HEX triplet: 88, 92 and 55. RGB value is (136,146,85). Sum of RGB (Red+Green+Blue) = 136+146+85=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #889255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889255 is #776DAA. Grayscale: #888888. Windows color (decimal): -7826859 or 5608072. OLE color: 5608072.
HSL color Cylindrical-coordinate representation of color #889255: hue angle of 69.84º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889255 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 85 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.43 |
| HSL | 69.84º | 0.26% | 0.45% | - |
| HSV(B) | 69.84º | 0.42% | 0.57% | - |
| XYZ | 22.07 | 26.45 | 12.54 | - |
| YUV | 136.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 85 | 0.07 | 0 | 0.42 | 0.43 | 69.84 | 0.26 | 0.45 |
| Hex | 88 | 92 | 55 | 7 | 0 | 2A | 2B | 46 | 1A | 2D |
| Octal | 210 | 222 | 125 | 7 | 0 | 52 | 53 | 106 | 32 | 55 |
| Binary | 10001000 | 10010010 | 1010101 | 111 | 0 | 101010 | 101011 | 1000110 | 11010 | 101101 |
Color Harmonies of #889255
Complementary color
Monochromatic Colors of #889255
Black with #889255
Text Example
Text Example
White with #889255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889255; }
p { color: rgb(136,146,85); }
H1.HeaderClassName
{
color: #889255;
}
.AnyTagClassName
{
color: #889255;
}
</style>
background-color css
<style>
a { background-color: #889255; }
a { background-color: rgb(136,146,85); }
div.DivClassName
{
background-color: #889255;
}
.BgClassName
{
background-color: #889255;
}
</style>
border-color css
<style>
span { border-color: #889255; }
span { border-color: rgb(136,146,85); }
td.TdClassName
{
border-color: #889255;
}
.TagClassName
{
border-color: #889255;
}
</style>