Shades of Bitter #898B63
Tints of Bitter #898B63
RGB
CMYK
RGB Variations
Color information
#898B63 (or 0x898B63) is known color: Bitter. HEX triplet: 89, 8B and 63. RGB value is (137,139,99). Sum of RGB (Red+Green+Blue) = 137+139+99=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #898B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B63 is #76749C. Grayscale: #868686. Windows color (decimal): -7763101 or 6523785. OLE color: 6523785.
HSL color Cylindrical-coordinate representation of color #898B63: hue angle of 63º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898B63 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 99 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.45 |
| HSL | 63º | 0.17% | 0.47% | - |
| HSV(B) | 63º | 0.29% | 0.55% | - |
| XYZ | 21.8 | 24.68 | 15.42 | - |
| YUV | 133.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 99 | 0.01 | 0 | 0.29 | 0.45 | 63 | 0.17 | 0.47 |
| Hex | 89 | 8B | 63 | 1 | 0 | 1D | 2D | 3F | 11 | 2F |
| Octal | 211 | 213 | 143 | 1 | 0 | 35 | 55 | 77 | 21 | 57 |
| Binary | 10001001 | 10001011 | 1100011 | 1 | 0 | 11101 | 101101 | 111111 | 10001 | 101111 |
Color Harmonies of #898B63
Complementary color
Monochromatic Colors of #898B63
Black with #898B63
Text Example
Text Example
White with #898B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B63; }
p { color: rgb(137,139,99); }
H1.HeaderClassName
{
color: #898B63;
}
.AnyTagClassName
{
color: #898B63;
}
</style>
background-color css
<style>
a { background-color: #898B63; }
a { background-color: rgb(137,139,99); }
div.DivClassName
{
background-color: #898B63;
}
.BgClassName
{
background-color: #898B63;
}
</style>
border-color css
<style>
span { border-color: #898B63; }
span { border-color: rgb(137,139,99); }
td.TdClassName
{
border-color: #898B63;
}
.TagClassName
{
border-color: #898B63;
}
</style>