Shades of Bitter #898D5C
Tints of Bitter #898D5C
RGB
CMYK
RGB Variations
Color information
#898D5C (or 0x898D5C) is known color: Bitter. HEX triplet: 89, 8D and 5C. RGB value is (137,141,92). Sum of RGB (Red+Green+Blue) = 137+141+92=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #898D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D5C is #7672A3. Grayscale: #868686. Windows color (decimal): -7762596 or 6065545. OLE color: 6065545.
HSL color Cylindrical-coordinate representation of color #898D5C: hue angle of 64.9º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898D5C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 92 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.45 |
| HSL | 64.9º | 0.21% | 0.46% | - |
| HSV(B) | 64.9º | 0.35% | 0.55% | - |
| XYZ | 21.77 | 25.14 | 13.83 | - |
| YUV | 134.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 92 | 0.03 | 0 | 0.35 | 0.45 | 64.9 | 0.21 | 0.46 |
| Hex | 89 | 8D | 5C | 3 | 0 | 23 | 2D | 41 | 15 | 2E |
| Octal | 211 | 215 | 134 | 3 | 0 | 43 | 55 | 101 | 25 | 56 |
| Binary | 10001001 | 10001101 | 1011100 | 11 | 0 | 100011 | 101101 | 1000001 | 10101 | 101110 |
Color Harmonies of #898D5C
Complementary color
Monochromatic Colors of #898D5C
Black with #898D5C
Text Example
Text Example
White with #898D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D5C; }
p { color: rgb(137,141,92); }
H1.HeaderClassName
{
color: #898D5C;
}
.AnyTagClassName
{
color: #898D5C;
}
</style>
background-color css
<style>
a { background-color: #898D5C; }
a { background-color: rgb(137,141,92); }
div.DivClassName
{
background-color: #898D5C;
}
.BgClassName
{
background-color: #898D5C;
}
</style>
border-color css
<style>
span { border-color: #898D5C; }
span { border-color: rgb(137,141,92); }
td.TdClassName
{
border-color: #898D5C;
}
.TagClassName
{
border-color: #898D5C;
}
</style>