Shades of Bitter #88925A
Tints of Bitter #88925A
RGB
CMYK
RGB Variations
Color information
#88925A (or 0x88925A) is known color: Bitter. HEX triplet: 88, 92 and 5A. RGB value is (136,146,90). Sum of RGB (Red+Green+Blue) = 136+146+90=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #88925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88925A is #776DA5. Grayscale: #888888. Windows color (decimal): -7826854 or 5935752. OLE color: 5935752.
HSL color Cylindrical-coordinate representation of color #88925A: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88925A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 90 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.43 |
| HSL | 70.71º | 0.24% | 0.46% | - |
| HSV(B) | 70.71º | 0.38% | 0.57% | - |
| XYZ | 22.28 | 26.53 | 13.62 | - |
| YUV | 136.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 90 | 0.07 | 0 | 0.38 | 0.43 | 70.71 | 0.24 | 0.46 |
| Hex | 88 | 92 | 5A | 7 | 0 | 26 | 2B | 47 | 18 | 2E |
| Octal | 210 | 222 | 132 | 7 | 0 | 46 | 53 | 107 | 30 | 56 |
| Binary | 10001000 | 10010010 | 1011010 | 111 | 0 | 100110 | 101011 | 1000111 | 11000 | 101110 |
Color Harmonies of #88925A
Complementary color
Monochromatic Colors of #88925A
Black with #88925A
Text Example
Text Example
White with #88925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88925A; }
p { color: rgb(136,146,90); }
H1.HeaderClassName
{
color: #88925A;
}
.AnyTagClassName
{
color: #88925A;
}
</style>
background-color css
<style>
a { background-color: #88925A; }
a { background-color: rgb(136,146,90); }
div.DivClassName
{
background-color: #88925A;
}
.BgClassName
{
background-color: #88925A;
}
</style>
border-color css
<style>
span { border-color: #88925A; }
span { border-color: rgb(136,146,90); }
td.TdClassName
{
border-color: #88925A;
}
.TagClassName
{
border-color: #88925A;
}
</style>