Shades of Bitter #888B5A
Tints of Bitter #888B5A
RGB
CMYK
RGB Variations
Color information
#888B5A (or 0x888B5A) is known color: Bitter. HEX triplet: 88, 8B and 5A. RGB value is (136,139,90). Sum of RGB (Red+Green+Blue) = 136+139+90=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #888B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B5A is #7774A5. Grayscale: #848484. Windows color (decimal): -7828646 or 5933960. OLE color: 5933960.
HSL color Cylindrical-coordinate representation of color #888B5A: hue angle of 63.67º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888B5A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 90 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.45 |
| HSL | 63.67º | 0.21% | 0.45% | - |
| HSV(B) | 63.67º | 0.35% | 0.55% | - |
| XYZ | 21.23 | 24.44 | 13.27 | - |
| YUV | 132.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 90 | 0.02 | 0 | 0.35 | 0.45 | 63.67 | 0.21 | 0.45 |
| Hex | 88 | 8B | 5A | 2 | 0 | 23 | 2D | 40 | 15 | 2D |
| Octal | 210 | 213 | 132 | 2 | 0 | 43 | 55 | 100 | 25 | 55 |
| Binary | 10001000 | 10001011 | 1011010 | 10 | 0 | 100011 | 101101 | 1000000 | 10101 | 101101 |
Color Harmonies of #888B5A
Complementary color
Monochromatic Colors of #888B5A
Black with #888B5A
Text Example
Text Example
White with #888B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B5A; }
p { color: rgb(136,139,90); }
H1.HeaderClassName
{
color: #888B5A;
}
.AnyTagClassName
{
color: #888B5A;
}
</style>
background-color css
<style>
a { background-color: #888B5A; }
a { background-color: rgb(136,139,90); }
div.DivClassName
{
background-color: #888B5A;
}
.BgClassName
{
background-color: #888B5A;
}
</style>
border-color css
<style>
span { border-color: #888B5A; }
span { border-color: rgb(136,139,90); }
td.TdClassName
{
border-color: #888B5A;
}
.TagClassName
{
border-color: #888B5A;
}
</style>