Shades of Bandicoot #868959
Tints of Bandicoot #868959
RGB
CMYK
RGB Variations
Color information
#868959 (or 0x868959) is known color: Bandicoot. HEX triplet: 86, 89 and 59. RGB value is (134,137,89). Sum of RGB (Red+Green+Blue) = 134+137+89=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #868959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868959 is #7976A6. Grayscale: #828282. Windows color (decimal): -7960231 or 5867910. OLE color: 5867910.
HSL color Cylindrical-coordinate representation of color #868959: hue angle of 63.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868959 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 89 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.46 |
| HSL | 63.75º | 0.21% | 0.44% | - |
| HSV(B) | 63.75º | 0.35% | 0.54% | - |
| XYZ | 20.58 | 23.68 | 12.94 | - |
| YUV | 130.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 89 | 0.02 | 0 | 0.35 | 0.46 | 63.75 | 0.21 | 0.44 |
| Hex | 86 | 89 | 59 | 2 | 0 | 23 | 2E | 40 | 15 | 2C |
| Octal | 206 | 211 | 131 | 2 | 0 | 43 | 56 | 100 | 25 | 54 |
| Binary | 10000110 | 10001001 | 1011001 | 10 | 0 | 100011 | 101110 | 1000000 | 10101 | 101100 |
Color Harmonies of #868959
Complementary color
Monochromatic Colors of #868959
Black with #868959
Text Example
Text Example
White with #868959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868959; }
p { color: rgb(134,137,89); }
H1.HeaderClassName
{
color: #868959;
}
.AnyTagClassName
{
color: #868959;
}
</style>
background-color css
<style>
a { background-color: #868959; }
a { background-color: rgb(134,137,89); }
div.DivClassName
{
background-color: #868959;
}
.BgClassName
{
background-color: #868959;
}
</style>
border-color css
<style>
span { border-color: #868959; }
span { border-color: rgb(134,137,89); }
td.TdClassName
{
border-color: #868959;
}
.TagClassName
{
border-color: #868959;
}
</style>