Shades of Bitter #89905A
Tints of Bitter #89905A
RGB
CMYK
RGB Variations
Color information
#89905A (or 0x89905A) is known color: Bitter. HEX triplet: 89, 90 and 5A. RGB value is (137,144,90). Sum of RGB (Red+Green+Blue) = 137+144+90=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #89905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89905A is #766FA5. Grayscale: #878787. Windows color (decimal): -7761830 or 5935241. OLE color: 5935241.
HSL color Cylindrical-coordinate representation of color #89905A: hue angle of 67.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89905A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 90 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.44 |
| HSL | 67.78º | 0.23% | 0.46% | - |
| HSV(B) | 67.78º | 0.38% | 0.56% | - |
| XYZ | 22.14 | 26 | 13.53 | - |
| YUV | 135.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 90 | 0.05 | 0 | 0.37 | 0.44 | 67.78 | 0.23 | 0.46 |
| Hex | 89 | 90 | 5A | 5 | 0 | 25 | 2C | 44 | 17 | 2E |
| Octal | 211 | 220 | 132 | 5 | 0 | 45 | 54 | 104 | 27 | 56 |
| Binary | 10001001 | 10010000 | 1011010 | 101 | 0 | 100101 | 101100 | 1000100 | 10111 | 101110 |
Color Harmonies of #89905A
Complementary color
Monochromatic Colors of #89905A
Black with #89905A
Text Example
Text Example
White with #89905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89905A; }
p { color: rgb(137,144,90); }
H1.HeaderClassName
{
color: #89905A;
}
.AnyTagClassName
{
color: #89905A;
}
</style>
background-color css
<style>
a { background-color: #89905A; }
a { background-color: rgb(137,144,90); }
div.DivClassName
{
background-color: #89905A;
}
.BgClassName
{
background-color: #89905A;
}
</style>
border-color css
<style>
span { border-color: #89905A; }
span { border-color: rgb(137,144,90); }
td.TdClassName
{
border-color: #89905A;
}
.TagClassName
{
border-color: #89905A;
}
</style>