Shades of Bitter #89905E
Tints of Bitter #89905E
RGB
CMYK
RGB Variations
Color information
#89905E (or 0x89905E) is known color: Bitter. HEX triplet: 89, 90 and 5E. RGB value is (137,144,94). Sum of RGB (Red+Green+Blue) = 137+144+94=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #89905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89905E is #766FA1. Grayscale: #888888. Windows color (decimal): -7761826 or 6197385. OLE color: 6197385.
HSL color Cylindrical-coordinate representation of color #89905E: hue angle of 68.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89905E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 94 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.44 |
| HSL | 68.4º | 0.21% | 0.47% | - |
| HSV(B) | 68.4º | 0.35% | 0.56% | - |
| XYZ | 22.31 | 26.07 | 14.45 | - |
| YUV | 136.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 94 | 0.05 | 0 | 0.35 | 0.44 | 68.4 | 0.21 | 0.47 |
| Hex | 89 | 90 | 5E | 5 | 0 | 23 | 2C | 44 | 15 | 2F |
| Octal | 211 | 220 | 136 | 5 | 0 | 43 | 54 | 104 | 25 | 57 |
| Binary | 10001001 | 10010000 | 1011110 | 101 | 0 | 100011 | 101100 | 1000100 | 10101 | 101111 |
Color Harmonies of #89905E
Complementary color
Monochromatic Colors of #89905E
Black with #89905E
Text Example
Text Example
White with #89905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89905E; }
p { color: rgb(137,144,94); }
H1.HeaderClassName
{
color: #89905E;
}
.AnyTagClassName
{
color: #89905E;
}
</style>
background-color css
<style>
a { background-color: #89905E; }
a { background-color: rgb(137,144,94); }
div.DivClassName
{
background-color: #89905E;
}
.BgClassName
{
background-color: #89905E;
}
</style>
border-color css
<style>
span { border-color: #89905E; }
span { border-color: rgb(137,144,94); }
td.TdClassName
{
border-color: #89905E;
}
.TagClassName
{
border-color: #89905E;
}
</style>