Shades of Bandicoot #868954
Tints of Bandicoot #868954
RGB
CMYK
RGB Variations
Color information
#868954 (or 0x868954) is known color: Bandicoot. HEX triplet: 86, 89 and 54. RGB value is (134,137,84). Sum of RGB (Red+Green+Blue) = 134+137+84=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #868954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868954 is #7976AB. Grayscale: #828282. Windows color (decimal): -7960236 or 5540230. OLE color: 5540230.
HSL color Cylindrical-coordinate representation of color #868954: hue angle of 63.4º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868954 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 84 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.46 |
| HSL | 63.4º | 0.24% | 0.43% | - |
| HSV(B) | 63.4º | 0.39% | 0.54% | - |
| XYZ | 20.38 | 23.6 | 11.87 | - |
| YUV | 130.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 84 | 0.02 | 0 | 0.39 | 0.46 | 63.4 | 0.24 | 0.43 |
| Hex | 86 | 89 | 54 | 2 | 0 | 27 | 2E | 3F | 18 | 2B |
| Octal | 206 | 211 | 124 | 2 | 0 | 47 | 56 | 77 | 30 | 53 |
| Binary | 10000110 | 10001001 | 1010100 | 10 | 0 | 100111 | 101110 | 111111 | 11000 | 101011 |
Color Harmonies of #868954
Complementary color
Monochromatic Colors of #868954
Black with #868954
Text Example
Text Example
White with #868954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868954; }
p { color: rgb(134,137,84); }
H1.HeaderClassName
{
color: #868954;
}
.AnyTagClassName
{
color: #868954;
}
</style>
background-color css
<style>
a { background-color: #868954; }
a { background-color: rgb(134,137,84); }
div.DivClassName
{
background-color: #868954;
}
.BgClassName
{
background-color: #868954;
}
</style>
border-color css
<style>
span { border-color: #868954; }
span { border-color: rgb(134,137,84); }
td.TdClassName
{
border-color: #868954;
}
.TagClassName
{
border-color: #868954;
}
</style>