Shades of Bandicoot #8B8868
Tints of Bandicoot #8B8868
RGB
CMYK
RGB Variations
Color information
#8B8868 (or 0x8B8868) is known color: Bandicoot. HEX triplet: 8B, 88 and 68. RGB value is (139,136,104). Sum of RGB (Red+Green+Blue) = 139+136+104=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8868 is #747797. Grayscale: #858585. Windows color (decimal): -7632792 or 6850699. OLE color: 6850699.
HSL color Cylindrical-coordinate representation of color #8B8868: hue angle of 54.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B8868 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 104 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.45 |
| HSL | 54.86º | 0.14% | 0.48% | - |
| HSV(B) | 54.86º | 0.25% | 0.55% | - |
| XYZ | 21.95 | 24.1 | 16.59 | - |
| YUV | 133.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 104 | 0 | 0.02 | 0.25 | 0.45 | 54.86 | 0.14 | 0.48 |
| Hex | 8B | 88 | 68 | 0 | 2 | 19 | 2D | 37 | E | 30 |
| Octal | 213 | 210 | 150 | 0 | 2 | 31 | 55 | 67 | 16 | 60 |
| Binary | 10001011 | 10001000 | 1101000 | 0 | 10 | 11001 | 101101 | 110111 | 1110 | 110000 |
Color Harmonies of #8B8868
Complementary color
Monochromatic Colors of #8B8868
Black with #8B8868
Text Example
Text Example
White with #8B8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8868; }
p { color: rgb(139,136,104); }
H1.HeaderClassName
{
color: #8B8868;
}
.AnyTagClassName
{
color: #8B8868;
}
</style>
background-color css
<style>
a { background-color: #8B8868; }
a { background-color: rgb(139,136,104); }
div.DivClassName
{
background-color: #8B8868;
}
.BgClassName
{
background-color: #8B8868;
}
</style>
border-color css
<style>
span { border-color: #8B8868; }
span { border-color: rgb(139,136,104); }
td.TdClassName
{
border-color: #8B8868;
}
.TagClassName
{
border-color: #8B8868;
}
</style>