Shades of Bitter #898D5B
Tints of Bitter #898D5B
RGB
CMYK
RGB Variations
Color information
#898D5B (or 0x898D5B) is known color: Bitter. HEX triplet: 89, 8D and 5B. RGB value is (137,141,91). Sum of RGB (Red+Green+Blue) = 137+141+91=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #898D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D5B is #7672A4. Grayscale: #868686. Windows color (decimal): -7762597 or 6000009. OLE color: 6000009.
HSL color Cylindrical-coordinate representation of color #898D5B: hue angle of 64.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898D5B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 91 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.45 |
| HSL | 64.8º | 0.22% | 0.45% | - |
| HSV(B) | 64.8º | 0.35% | 0.55% | - |
| XYZ | 21.73 | 25.12 | 13.6 | - |
| YUV | 134.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 91 | 0.03 | 0 | 0.35 | 0.45 | 64.8 | 0.22 | 0.45 |
| Hex | 89 | 8D | 5B | 3 | 0 | 23 | 2D | 41 | 16 | 2D |
| Octal | 211 | 215 | 133 | 3 | 0 | 43 | 55 | 101 | 26 | 55 |
| Binary | 10001001 | 10001101 | 1011011 | 11 | 0 | 100011 | 101101 | 1000001 | 10110 | 101101 |
Color Harmonies of #898D5B
Complementary color
Monochromatic Colors of #898D5B
Black with #898D5B
Text Example
Text Example
White with #898D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D5B; }
p { color: rgb(137,141,91); }
H1.HeaderClassName
{
color: #898D5B;
}
.AnyTagClassName
{
color: #898D5B;
}
</style>
background-color css
<style>
a { background-color: #898D5B; }
a { background-color: rgb(137,141,91); }
div.DivClassName
{
background-color: #898D5B;
}
.BgClassName
{
background-color: #898D5B;
}
</style>
border-color css
<style>
span { border-color: #898D5B; }
span { border-color: rgb(137,141,91); }
td.TdClassName
{
border-color: #898D5B;
}
.TagClassName
{
border-color: #898D5B;
}
</style>