Shades of Bitter #898D5D
Tints of Bitter #898D5D
RGB
CMYK
RGB Variations
Color information
#898D5D (or 0x898D5D) is known color: Bitter. HEX triplet: 89, 8D and 5D. RGB value is (137,141,93). Sum of RGB (Red+Green+Blue) = 137+141+93=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #898D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D5D is #7672A2. Grayscale: #868686. Windows color (decimal): -7762595 or 6131081. OLE color: 6131081.
HSL color Cylindrical-coordinate representation of color #898D5D: hue angle of 65º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898D5D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 93 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.45 |
| HSL | 65º | 0.21% | 0.46% | - |
| HSV(B) | 65º | 0.34% | 0.55% | - |
| XYZ | 21.82 | 25.16 | 14.06 | - |
| YUV | 134.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 93 | 0.03 | 0 | 0.34 | 0.45 | 65 | 0.21 | 0.46 |
| Hex | 89 | 8D | 5D | 3 | 0 | 22 | 2D | 41 | 15 | 2E |
| Octal | 211 | 215 | 135 | 3 | 0 | 42 | 55 | 101 | 25 | 56 |
| Binary | 10001001 | 10001101 | 1011101 | 11 | 0 | 100010 | 101101 | 1000001 | 10101 | 101110 |
Color Harmonies of #898D5D
Complementary color
Monochromatic Colors of #898D5D
Black with #898D5D
Text Example
Text Example
White with #898D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D5D; }
p { color: rgb(137,141,93); }
H1.HeaderClassName
{
color: #898D5D;
}
.AnyTagClassName
{
color: #898D5D;
}
</style>
background-color css
<style>
a { background-color: #898D5D; }
a { background-color: rgb(137,141,93); }
div.DivClassName
{
background-color: #898D5D;
}
.BgClassName
{
background-color: #898D5D;
}
</style>
border-color css
<style>
span { border-color: #898D5D; }
span { border-color: rgb(137,141,93); }
td.TdClassName
{
border-color: #898D5D;
}
.TagClassName
{
border-color: #898D5D;
}
</style>