Shades of Bandicoot #8B8968
Tints of Bandicoot #8B8968
RGB
CMYK
RGB Variations
Color information
#8B8968 (or 0x8B8968) is known color: Bandicoot. HEX triplet: 8B, 89 and 68. RGB value is (139,137,104). Sum of RGB (Red+Green+Blue) = 139+137+104=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8968 is #747697. Grayscale: #858585. Windows color (decimal): -7632536 or 6850955. OLE color: 6850955.
HSL color Cylindrical-coordinate representation of color #8B8968: hue angle of 56.57º 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 #8B8968 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 104 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.45 |
| HSL | 56.57º | 0.14% | 0.48% | - |
| HSV(B) | 56.57º | 0.25% | 0.55% | - |
| XYZ | 22.09 | 24.38 | 16.64 | - |
| YUV | 133.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 104 | 0 | 0.01 | 0.25 | 0.45 | 56.57 | 0.14 | 0.48 |
| Hex | 8B | 89 | 68 | 0 | 1 | 19 | 2D | 39 | E | 30 |
| Octal | 213 | 211 | 150 | 0 | 1 | 31 | 55 | 71 | 16 | 60 |
| Binary | 10001011 | 10001001 | 1101000 | 0 | 1 | 11001 | 101101 | 111001 | 1110 | 110000 |
Color Harmonies of #8B8968
Complementary color
Monochromatic Colors of #8B8968
Black with #8B8968
Text Example
Text Example
White with #8B8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8968; }
p { color: rgb(139,137,104); }
H1.HeaderClassName
{
color: #8B8968;
}
.AnyTagClassName
{
color: #8B8968;
}
</style>
background-color css
<style>
a { background-color: #8B8968; }
a { background-color: rgb(139,137,104); }
div.DivClassName
{
background-color: #8B8968;
}
.BgClassName
{
background-color: #8B8968;
}
</style>
border-color css
<style>
span { border-color: #8B8968; }
span { border-color: rgb(139,137,104); }
td.TdClassName
{
border-color: #8B8968;
}
.TagClassName
{
border-color: #8B8968;
}
</style>