Shades of Bandicoot #888468
Tints of Bandicoot #888468
RGB
CMYK
RGB Variations
Color information
#888468 (or 0x888468) is known color: Bandicoot. HEX triplet: 88, 84 and 68. RGB value is (136,132,104). Sum of RGB (Red+Green+Blue) = 136+132+104=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #888468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888468 is #777B97. Grayscale: #828282. Windows color (decimal): -7830424 or 6849672. OLE color: 6849672.
HSL color Cylindrical-coordinate representation of color #888468: hue angle of 52.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888468 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 104 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.47 |
| HSL | 52.5º | 0.13% | 0.47% | - |
| HSV(B) | 52.5º | 0.24% | 0.53% | - |
| XYZ | 20.9 | 22.74 | 16.38 | - |
| YUV | 130 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 104 | 0 | 0.03 | 0.24 | 0.47 | 52.5 | 0.13 | 0.47 |
| Hex | 88 | 84 | 68 | 0 | 3 | 18 | 2F | 34 | D | 2F |
| Octal | 210 | 204 | 150 | 0 | 3 | 30 | 57 | 64 | 15 | 57 |
| Binary | 10001000 | 10000100 | 1101000 | 0 | 11 | 11000 | 101111 | 110100 | 1101 | 101111 |
Color Harmonies of #888468
Complementary color
Monochromatic Colors of #888468
Black with #888468
Text Example
Text Example
White with #888468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888468; }
p { color: rgb(136,132,104); }
H1.HeaderClassName
{
color: #888468;
}
.AnyTagClassName
{
color: #888468;
}
</style>
background-color css
<style>
a { background-color: #888468; }
a { background-color: rgb(136,132,104); }
div.DivClassName
{
background-color: #888468;
}
.BgClassName
{
background-color: #888468;
}
</style>
border-color css
<style>
span { border-color: #888468; }
span { border-color: rgb(136,132,104); }
td.TdClassName
{
border-color: #888468;
}
.TagClassName
{
border-color: #888468;
}
</style>