Shades of Bandicoot #868754
Tints of Bandicoot #868754
RGB
CMYK
RGB Variations
Color information
#868754 (or 0x868754) is known color: Bandicoot. HEX triplet: 86, 87 and 54. RGB value is (134,135,84). Sum of RGB (Red+Green+Blue) = 134+135+84=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #868754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868754 is #7978AB. Grayscale: #818181. Windows color (decimal): -7960748 or 5539718. OLE color: 5539718.
HSL color Cylindrical-coordinate representation of color #868754: hue angle of 61.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #868754 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 84 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.47 |
| HSL | 61.18º | 0.23% | 0.43% | - |
| HSV(B) | 61.18º | 0.38% | 0.53% | - |
| XYZ | 20.1 | 23.04 | 11.77 | - |
| YUV | 128.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 84 | 0.01 | 0 | 0.38 | 0.47 | 61.18 | 0.23 | 0.43 |
| Hex | 86 | 87 | 54 | 1 | 0 | 26 | 2F | 3D | 17 | 2B |
| Octal | 206 | 207 | 124 | 1 | 0 | 46 | 57 | 75 | 27 | 53 |
| Binary | 10000110 | 10000111 | 1010100 | 1 | 0 | 100110 | 101111 | 111101 | 10111 | 101011 |
Color Harmonies of #868754
Complementary color
Monochromatic Colors of #868754
Black with #868754
Text Example
Text Example
White with #868754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868754; }
p { color: rgb(134,135,84); }
H1.HeaderClassName
{
color: #868754;
}
.AnyTagClassName
{
color: #868754;
}
</style>
background-color css
<style>
a { background-color: #868754; }
a { background-color: rgb(134,135,84); }
div.DivClassName
{
background-color: #868754;
}
.BgClassName
{
background-color: #868754;
}
</style>
border-color css
<style>
span { border-color: #868754; }
span { border-color: rgb(134,135,84); }
td.TdClassName
{
border-color: #868754;
}
.TagClassName
{
border-color: #868754;
}
</style>