Shades of Bandicoot #878B51
Tints of Bandicoot #878B51
RGB
CMYK
RGB Variations
Color information
#878B51 (or 0x878B51) is known color: Bandicoot. HEX triplet: 87, 8B and 51. RGB value is (135,139,81). Sum of RGB (Red+Green+Blue) = 135+139+81=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #878B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B51 is #7874AE. Grayscale: #838383. Windows color (decimal): -7894191 or 5344135. OLE color: 5344135.
HSL color Cylindrical-coordinate representation of color #878B51: hue angle of 64.14º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #878B51 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 81 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.45 |
| HSL | 64.14º | 0.26% | 0.43% | - |
| HSV(B) | 64.14º | 0.42% | 0.55% | - |
| XYZ | 20.71 | 24.21 | 11.37 | - |
| YUV | 131.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 81 | 0.03 | 0 | 0.42 | 0.45 | 64.14 | 0.26 | 0.43 |
| Hex | 87 | 8B | 51 | 3 | 0 | 2A | 2D | 40 | 1A | 2B |
| Octal | 207 | 213 | 121 | 3 | 0 | 52 | 55 | 100 | 32 | 53 |
| Binary | 10000111 | 10001011 | 1010001 | 11 | 0 | 101010 | 101101 | 1000000 | 11010 | 101011 |
Color Harmonies of #878B51
Complementary color
Monochromatic Colors of #878B51
Black with #878B51
Text Example
Text Example
White with #878B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B51; }
p { color: rgb(135,139,81); }
H1.HeaderClassName
{
color: #878B51;
}
.AnyTagClassName
{
color: #878B51;
}
</style>
background-color css
<style>
a { background-color: #878B51; }
a { background-color: rgb(135,139,81); }
div.DivClassName
{
background-color: #878B51;
}
.BgClassName
{
background-color: #878B51;
}
</style>
border-color css
<style>
span { border-color: #878B51; }
span { border-color: rgb(135,139,81); }
td.TdClassName
{
border-color: #878B51;
}
.TagClassName
{
border-color: #878B51;
}
</style>