Shades of Bandicoot #878A52
Tints of Bandicoot #878A52
RGB
CMYK
RGB Variations
Color information
#878A52 (or 0x878A52) is known color: Bandicoot. HEX triplet: 87, 8A and 52. RGB value is (135,138,82). Sum of RGB (Red+Green+Blue) = 135+138+82=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #878A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A52 is #7875AD. Grayscale: #828282. Windows color (decimal): -7894446 or 5409415. OLE color: 5409415.
HSL color Cylindrical-coordinate representation of color #878A52: hue angle of 63.21º degrees, saturation: 0.25, 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 #878A52 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 82 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.46 |
| HSL | 63.21º | 0.25% | 0.43% | - |
| HSV(B) | 63.21º | 0.41% | 0.54% | - |
| XYZ | 20.6 | 23.94 | 11.52 | - |
| YUV | 130.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 82 | 0.02 | 0 | 0.41 | 0.46 | 63.21 | 0.25 | 0.43 |
| Hex | 87 | 8A | 52 | 2 | 0 | 29 | 2E | 3F | 19 | 2B |
| Octal | 207 | 212 | 122 | 2 | 0 | 51 | 56 | 77 | 31 | 53 |
| Binary | 10000111 | 10001010 | 1010010 | 10 | 0 | 101001 | 101110 | 111111 | 11001 | 101011 |
Color Harmonies of #878A52
Complementary color
Monochromatic Colors of #878A52
Black with #878A52
Text Example
Text Example
White with #878A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A52; }
p { color: rgb(135,138,82); }
H1.HeaderClassName
{
color: #878A52;
}
.AnyTagClassName
{
color: #878A52;
}
</style>
background-color css
<style>
a { background-color: #878A52; }
a { background-color: rgb(135,138,82); }
div.DivClassName
{
background-color: #878A52;
}
.BgClassName
{
background-color: #878A52;
}
</style>
border-color css
<style>
span { border-color: #878A52; }
span { border-color: rgb(135,138,82); }
td.TdClassName
{
border-color: #878A52;
}
.TagClassName
{
border-color: #878A52;
}
</style>