Shades of Bandicoot #878A51
Tints of Bandicoot #878A51
RGB
CMYK
RGB Variations
Color information
#878A51 (or 0x878A51) is known color: Bandicoot. HEX triplet: 87, 8A and 51. RGB value is (135,138,81). Sum of RGB (Red+Green+Blue) = 135+138+81=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #878A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A51 is #7875AE. Grayscale: #828282. Windows color (decimal): -7894447 or 5343879. OLE color: 5343879.
HSL color Cylindrical-coordinate representation of color #878A51: hue angle of 63.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878A51 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 81 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.46 |
| HSL | 63.16º | 0.26% | 0.43% | - |
| HSV(B) | 63.16º | 0.41% | 0.54% | - |
| XYZ | 20.57 | 23.92 | 11.32 | - |
| YUV | 130.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 81 | 0.02 | 0 | 0.41 | 0.46 | 63.16 | 0.26 | 0.43 |
| Hex | 87 | 8A | 51 | 2 | 0 | 29 | 2E | 3F | 1A | 2B |
| Octal | 207 | 212 | 121 | 2 | 0 | 51 | 56 | 77 | 32 | 53 |
| Binary | 10000111 | 10001010 | 1010001 | 10 | 0 | 101001 | 101110 | 111111 | 11010 | 101011 |
Color Harmonies of #878A51
Complementary color
Monochromatic Colors of #878A51
Black with #878A51
Text Example
Text Example
White with #878A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A51; }
p { color: rgb(135,138,81); }
H1.HeaderClassName
{
color: #878A51;
}
.AnyTagClassName
{
color: #878A51;
}
</style>
background-color css
<style>
a { background-color: #878A51; }
a { background-color: rgb(135,138,81); }
div.DivClassName
{
background-color: #878A51;
}
.BgClassName
{
background-color: #878A51;
}
</style>
border-color css
<style>
span { border-color: #878A51; }
span { border-color: rgb(135,138,81); }
td.TdClassName
{
border-color: #878A51;
}
.TagClassName
{
border-color: #878A51;
}
</style>