Shades of Bitter #898E5C
Tints of Bitter #898E5C
RGB
CMYK
RGB Variations
Color information
#898E5C (or 0x898E5C) is known color: Bitter. HEX triplet: 89, 8E and 5C. RGB value is (137,142,92). Sum of RGB (Red+Green+Blue) = 137+142+92=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #898E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898E5C is #7671A3. Grayscale: #878787. Windows color (decimal): -7762340 or 6065801. OLE color: 6065801.
HSL color Cylindrical-coordinate representation of color #898E5C: hue angle of 66º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898E5C is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 92 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.44 |
| HSL | 66º | 0.21% | 0.46% | - |
| HSV(B) | 66º | 0.35% | 0.56% | - |
| XYZ | 21.92 | 25.44 | 13.88 | - |
| YUV | 134.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 92 | 0.04 | 0 | 0.35 | 0.44 | 66 | 0.21 | 0.46 |
| Hex | 89 | 8E | 5C | 4 | 0 | 23 | 2C | 42 | 15 | 2E |
| Octal | 211 | 216 | 134 | 4 | 0 | 43 | 54 | 102 | 25 | 56 |
| Binary | 10001001 | 10001110 | 1011100 | 100 | 0 | 100011 | 101100 | 1000010 | 10101 | 101110 |
Color Harmonies of #898E5C
Complementary color
Monochromatic Colors of #898E5C
Black with #898E5C
Text Example
Text Example
White with #898E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E5C; }
p { color: rgb(137,142,92); }
H1.HeaderClassName
{
color: #898E5C;
}
.AnyTagClassName
{
color: #898E5C;
}
</style>
background-color css
<style>
a { background-color: #898E5C; }
a { background-color: rgb(137,142,92); }
div.DivClassName
{
background-color: #898E5C;
}
.BgClassName
{
background-color: #898E5C;
}
</style>
border-color css
<style>
span { border-color: #898E5C; }
span { border-color: rgb(137,142,92); }
td.TdClassName
{
border-color: #898E5C;
}
.TagClassName
{
border-color: #898E5C;
}
</style>