Shades of Bitter #898D61
Tints of Bitter #898D61
RGB
CMYK
RGB Variations
Color information
#898D61 (or 0x898D61) is known color: Bitter. HEX triplet: 89, 8D and 61. RGB value is (137,141,97). Sum of RGB (Red+Green+Blue) = 137+141+97=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #898D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D61 is #76729E. Grayscale: #868686. Windows color (decimal): -7762591 or 6393225. OLE color: 6393225.
HSL color Cylindrical-coordinate representation of color #898D61: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #898D61 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 97 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.45 |
| HSL | 65.45º | 0.18% | 0.47% | - |
| HSV(B) | 65.45º | 0.31% | 0.55% | - |
| XYZ | 22 | 25.23 | 15.02 | - |
| YUV | 134.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 97 | 0.03 | 0 | 0.31 | 0.45 | 65.45 | 0.18 | 0.47 |
| Hex | 89 | 8D | 61 | 3 | 0 | 1F | 2D | 41 | 12 | 2F |
| Octal | 211 | 215 | 141 | 3 | 0 | 37 | 55 | 101 | 22 | 57 |
| Binary | 10001001 | 10001101 | 1100001 | 11 | 0 | 11111 | 101101 | 1000001 | 10010 | 101111 |
Color Harmonies of #898D61
Complementary color
Monochromatic Colors of #898D61
Black with #898D61
Text Example
Text Example
White with #898D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D61; }
p { color: rgb(137,141,97); }
H1.HeaderClassName
{
color: #898D61;
}
.AnyTagClassName
{
color: #898D61;
}
</style>
background-color css
<style>
a { background-color: #898D61; }
a { background-color: rgb(137,141,97); }
div.DivClassName
{
background-color: #898D61;
}
.BgClassName
{
background-color: #898D61;
}
</style>
border-color css
<style>
span { border-color: #898D61; }
span { border-color: rgb(137,141,97); }
td.TdClassName
{
border-color: #898D61;
}
.TagClassName
{
border-color: #898D61;
}
</style>