#878A56

Color #878A56 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #878A56

Tints of Bandicoot #878A56

Color information

#878A56 (or 0x878A56) is unknown color: approx Bandicoot. HEX triplet: 87, 8A and 56. RGB value is (135,138,86). Sum of RGB (Red+Green+Blue) = 135+138+86=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #878A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A56 is #7875A9. Grayscale: #838383. Windows color (decimal): -7894442 or 5671559. OLE color: 5671559.

HSL color Cylindrical-coordinate representation of color #878A56: hue angle of 63.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878A56 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13513886-
CMYK0.0200.380.46
HSL63.46º23.21%43.92%-
HSV(B)63.46º37.68%54.12%-
XYZ20.762412.34-
YUV131.17102.51130.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=37.60%
G=38.44%
B=23.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135138860.0200.380.4663.4623.2143.92
Hex878A5620262E3f172c
Octal207212126204656772754
Binary1000011110001010101011010010011010111011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878A56; }

 p { color: rgb(135,138,86); }

 H1.HeaderClassName
 {
   color: #878A56;
 }
 .AnyTagClassName
 {
   color: #878A56;
 }
</style>
background-color css

<style>
 a { background-color: #878A56; }

 a { background-color: rgb(135,138,86); }

 div.DivClassName
 {
   background-color: #878A56;
 }
 .BgClassName
 {
   background-color: #878A56;
 }
</style>
border-color css

<style>
 span { border-color: #878A56; }

 span { border-color: rgb(135,138,86); }

 td.TdClassName
 {
   border-color: #878A56;
 }
 .TagClassName
 {
   border-color: #878A56;
 }
</style>