Shades of Bitter #88925C
Tints of Bitter #88925C
RGB
CMYK
RGB Variations
Color information
#88925C (or 0x88925C) is known color: Bitter. HEX triplet: 88, 92 and 5C. RGB value is (136,146,92). Sum of RGB (Red+Green+Blue) = 136+146+92=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #88925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88925C is #776DA3. Grayscale: #898989. Windows color (decimal): -7826852 or 6066824. OLE color: 6066824.
HSL color Cylindrical-coordinate representation of color #88925C: hue angle of 71.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88925C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 92 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.43 |
| HSL | 71.11º | 0.23% | 0.47% | - |
| HSV(B) | 71.11º | 0.37% | 0.57% | - |
| XYZ | 22.36 | 26.56 | 14.07 | - |
| YUV | 136.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 92 | 0.07 | 0 | 0.37 | 0.43 | 71.11 | 0.23 | 0.47 |
| Hex | 88 | 92 | 5C | 7 | 0 | 25 | 2B | 47 | 17 | 2F |
| Octal | 210 | 222 | 134 | 7 | 0 | 45 | 53 | 107 | 27 | 57 |
| Binary | 10001000 | 10010010 | 1011100 | 111 | 0 | 100101 | 101011 | 1000111 | 10111 | 101111 |
Color Harmonies of #88925C
Complementary color
Monochromatic Colors of #88925C
Black with #88925C
Text Example
Text Example
White with #88925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88925C; }
p { color: rgb(136,146,92); }
H1.HeaderClassName
{
color: #88925C;
}
.AnyTagClassName
{
color: #88925C;
}
</style>
background-color css
<style>
a { background-color: #88925C; }
a { background-color: rgb(136,146,92); }
div.DivClassName
{
background-color: #88925C;
}
.BgClassName
{
background-color: #88925C;
}
</style>
border-color css
<style>
span { border-color: #88925C; }
span { border-color: rgb(136,146,92); }
td.TdClassName
{
border-color: #88925C;
}
.TagClassName
{
border-color: #88925C;
}
</style>