Shades of Bandicoot #868858
Tints of Bandicoot #868858
RGB
CMYK
RGB Variations
Color information
#868858 (or 0x868858) is known color: Bandicoot. HEX triplet: 86, 88 and 58. RGB value is (134,136,88). Sum of RGB (Red+Green+Blue) = 134+136+88=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #868858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868858 is #7977A7. Grayscale: #828282. Windows color (decimal): -7960488 or 5802118. OLE color: 5802118.
HSL color Cylindrical-coordinate representation of color #868858: hue angle of 62.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868858 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 88 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.47 |
| HSL | 62.5º | 0.21% | 0.44% | - |
| HSV(B) | 62.5º | 0.35% | 0.53% | - |
| XYZ | 20.4 | 23.38 | 12.67 | - |
| YUV | 129.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 88 | 0.01 | 0 | 0.35 | 0.47 | 62.5 | 0.21 | 0.44 |
| Hex | 86 | 88 | 58 | 1 | 0 | 23 | 2F | 3F | 15 | 2C |
| Octal | 206 | 210 | 130 | 1 | 0 | 43 | 57 | 77 | 25 | 54 |
| Binary | 10000110 | 10001000 | 1011000 | 1 | 0 | 100011 | 101111 | 111111 | 10101 | 101100 |
Color Harmonies of #868858
Complementary color
Monochromatic Colors of #868858
Black with #868858
Text Example
Text Example
White with #868858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868858; }
p { color: rgb(134,136,88); }
H1.HeaderClassName
{
color: #868858;
}
.AnyTagClassName
{
color: #868858;
}
</style>
background-color css
<style>
a { background-color: #868858; }
a { background-color: rgb(134,136,88); }
div.DivClassName
{
background-color: #868858;
}
.BgClassName
{
background-color: #868858;
}
</style>
border-color css
<style>
span { border-color: #868858; }
span { border-color: rgb(134,136,88); }
td.TdClassName
{
border-color: #868858;
}
.TagClassName
{
border-color: #868858;
}
</style>