Shades of Bitter #898B5B
Tints of Bitter #898B5B
RGB
CMYK
RGB Variations
Color information
#898B5B (or 0x898B5B) is known color: Bitter. HEX triplet: 89, 8B and 5B. RGB value is (137,139,91). Sum of RGB (Red+Green+Blue) = 137+139+91=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #898B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B5B is #7674A4. Grayscale: #858585. Windows color (decimal): -7763109 or 5999497. OLE color: 5999497.
HSL color Cylindrical-coordinate representation of color #898B5B: hue angle of 62.5º degrees, saturation: 0.21, 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 #898B5B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 91 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.45 |
| HSL | 62.5º | 0.21% | 0.45% | - |
| HSV(B) | 62.5º | 0.35% | 0.55% | - |
| XYZ | 21.44 | 24.54 | 13.5 | - |
| YUV | 132.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 91 | 0.01 | 0 | 0.35 | 0.45 | 62.5 | 0.21 | 0.45 |
| Hex | 89 | 8B | 5B | 1 | 0 | 23 | 2D | 3F | 15 | 2D |
| Octal | 211 | 213 | 133 | 1 | 0 | 43 | 55 | 77 | 25 | 55 |
| Binary | 10001001 | 10001011 | 1011011 | 1 | 0 | 100011 | 101101 | 111111 | 10101 | 101101 |
Color Harmonies of #898B5B
Complementary color
Monochromatic Colors of #898B5B
Black with #898B5B
Text Example
Text Example
White with #898B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B5B; }
p { color: rgb(137,139,91); }
H1.HeaderClassName
{
color: #898B5B;
}
.AnyTagClassName
{
color: #898B5B;
}
</style>
background-color css
<style>
a { background-color: #898B5B; }
a { background-color: rgb(137,139,91); }
div.DivClassName
{
background-color: #898B5B;
}
.BgClassName
{
background-color: #898B5B;
}
</style>
border-color css
<style>
span { border-color: #898B5B; }
span { border-color: rgb(137,139,91); }
td.TdClassName
{
border-color: #898B5B;
}
.TagClassName
{
border-color: #898B5B;
}
</style>