#868957

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

Shades of Bandicoot #868957

Tints of Bandicoot #868957

Color information

#868957 (or 0x868957) is unknown color: approx Bandicoot. HEX triplet: 86, 89 and 57. RGB value is (134,137,87). Sum of RGB (Red+Green+Blue) = 134+137+87=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #868957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868957 is #7976A8. Grayscale: #828282. Windows color (decimal): -7960233 or 5736838. OLE color: 5736838.

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

Color convert

RGB13413787-
CMYK0.0200.360.46
HSL63.6º22.32%43.92%-
HSV(B)63.6º36.5%53.73%-
XYZ20.523.6512.5-
YUV130.4103.51130.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=37.43%
G=38.27%
B=24.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137870.0200.360.4663.622.3243.92
Hex86895720242E40162c
Octal2062111272044561002654
Binary10000110100010011010111100100100101110100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868957; }

 p { color: rgb(134,137,87); }

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

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

 a { background-color: rgb(134,137,87); }

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

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

 span { border-color: rgb(134,137,87); }

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