Shades of Bitter #89926D
Tints of Bitter #89926D
RGB
CMYK
RGB Variations
Color information
#89926D (or 0x89926D) is known color: Bitter. HEX triplet: 89, 92 and 6D. RGB value is (137,146,109). Sum of RGB (Red+Green+Blue) = 137+146+109=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #89926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89926D is #766D92. Grayscale: #8B8B8B. Windows color (decimal): -7761299 or 7180937. OLE color: 7180937.
HSL color Cylindrical-coordinate representation of color #89926D: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89926D is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 109 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.43 |
| HSL | 74.59º | 0.15% | 0.5% | - |
| HSV(B) | 74.59º | 0.25% | 0.57% | - |
| XYZ | 23.36 | 26.98 | 18.44 | - |
| YUV | 139.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 109 | 0.06 | 0 | 0.25 | 0.43 | 74.59 | 0.15 | 0.5 |
| Hex | 89 | 92 | 6D | 6 | 0 | 19 | 2B | 4B | F | 32 |
| Octal | 211 | 222 | 155 | 6 | 0 | 31 | 53 | 113 | 17 | 62 |
| Binary | 10001001 | 10010010 | 1101101 | 110 | 0 | 11001 | 101011 | 1001011 | 1111 | 110010 |
Color Harmonies of #89926D
Complementary color
Monochromatic Colors of #89926D
Black with #89926D
Text Example
Text Example
White with #89926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89926D; }
p { color: rgb(137,146,109); }
H1.HeaderClassName
{
color: #89926D;
}
.AnyTagClassName
{
color: #89926D;
}
</style>
background-color css
<style>
a { background-color: #89926D; }
a { background-color: rgb(137,146,109); }
div.DivClassName
{
background-color: #89926D;
}
.BgClassName
{
background-color: #89926D;
}
</style>
border-color css
<style>
span { border-color: #89926D; }
span { border-color: rgb(137,146,109); }
td.TdClassName
{
border-color: #89926D;
}
.TagClassName
{
border-color: #89926D;
}
</style>