Shades of Bandicoot #88855A
Tints of Bandicoot #88855A
RGB
CMYK
RGB Variations
Color information
#88855A (or 0x88855A) is known color: Bandicoot. HEX triplet: 88, 85 and 5A. RGB value is (136,133,90). Sum of RGB (Red+Green+Blue) = 136+133+90=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88855A is #777AA5. Grayscale: #818181. Windows color (decimal): -7830182 or 5932424. OLE color: 5932424.
HSL color Cylindrical-coordinate representation of color #88855A: hue angle of 56.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88855A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 90 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.47 |
| HSL | 56.09º | 0.2% | 0.44% | - |
| HSV(B) | 56.09º | 0.34% | 0.53% | - |
| XYZ | 20.39 | 22.75 | 12.99 | - |
| YUV | 129 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 90 | 0 | 0.02 | 0.34 | 0.47 | 56.09 | 0.2 | 0.44 |
| Hex | 88 | 85 | 5A | 0 | 2 | 22 | 2F | 38 | 14 | 2C |
| Octal | 210 | 205 | 132 | 0 | 2 | 42 | 57 | 70 | 24 | 54 |
| Binary | 10001000 | 10000101 | 1011010 | 0 | 10 | 100010 | 101111 | 111000 | 10100 | 101100 |
Color Harmonies of #88855A
Complementary color
Monochromatic Colors of #88855A
Black with #88855A
Text Example
Text Example
White with #88855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88855A; }
p { color: rgb(136,133,90); }
H1.HeaderClassName
{
color: #88855A;
}
.AnyTagClassName
{
color: #88855A;
}
</style>
background-color css
<style>
a { background-color: #88855A; }
a { background-color: rgb(136,133,90); }
div.DivClassName
{
background-color: #88855A;
}
.BgClassName
{
background-color: #88855A;
}
</style>
border-color css
<style>
span { border-color: #88855A; }
span { border-color: rgb(136,133,90); }
td.TdClassName
{
border-color: #88855A;
}
.TagClassName
{
border-color: #88855A;
}
</style>