Shades of Bandicoot #888558
Tints of Bandicoot #888558
RGB
CMYK
RGB Variations
Color information
#888558 (or 0x888558) is known color: Bandicoot. HEX triplet: 88, 85 and 58. RGB value is (136,133,88). Sum of RGB (Red+Green+Blue) = 136+133+88=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #888558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888558 is #777AA7. Grayscale: #808080. Windows color (decimal): -7830184 or 5801352. OLE color: 5801352.
HSL color Cylindrical-coordinate representation of color #888558: hue angle of 56.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888558 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 88 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.47 |
| HSL | 56.25º | 0.21% | 0.44% | - |
| HSV(B) | 56.25º | 0.35% | 0.53% | - |
| XYZ | 20.3 | 22.71 | 12.55 | - |
| YUV | 128.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 88 | 0 | 0.02 | 0.35 | 0.47 | 56.25 | 0.21 | 0.44 |
| Hex | 88 | 85 | 58 | 0 | 2 | 23 | 2F | 38 | 15 | 2C |
| Octal | 210 | 205 | 130 | 0 | 2 | 43 | 57 | 70 | 25 | 54 |
| Binary | 10001000 | 10000101 | 1011000 | 0 | 10 | 100011 | 101111 | 111000 | 10101 | 101100 |
Color Harmonies of #888558
Complementary color
Monochromatic Colors of #888558
Black with #888558
Text Example
Text Example
White with #888558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888558; }
p { color: rgb(136,133,88); }
H1.HeaderClassName
{
color: #888558;
}
.AnyTagClassName
{
color: #888558;
}
</style>
background-color css
<style>
a { background-color: #888558; }
a { background-color: rgb(136,133,88); }
div.DivClassName
{
background-color: #888558;
}
.BgClassName
{
background-color: #888558;
}
</style>
border-color css
<style>
span { border-color: #888558; }
span { border-color: rgb(136,133,88); }
td.TdClassName
{
border-color: #888558;
}
.TagClassName
{
border-color: #888558;
}
</style>