#868856

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

Shades of Bandicoot #868856

Tints of Bandicoot #868856

Color information

#868856 (or 0x868856) is unknown color: approx Bandicoot. HEX triplet: 86, 88 and 56. RGB value is (134,136,86). Sum of RGB (Red+Green+Blue) = 134+136+86=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #868856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868856 is #7977A9. Grayscale: #818181. Windows color (decimal): -7960490 or 5671046. OLE color: 5671046.

HSL color Cylindrical-coordinate representation of color #868856: hue angle of 62.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868856 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13413686-
CMYK0.0100.370.47
HSL62.4º22.52%43.53%-
HSV(B)62.4º36.76%53.33%-
XYZ20.3223.3512.24-
YUV129.7103.34131.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=37.64%
G=38.20%
B=24.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136860.0100.370.4762.422.5243.53
Hex86885610252F3e172c
Octal206210126104557762754
Binary100001101000100010101101010010110111111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868856; }

 p { color: rgb(134,136,86); }

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

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

 a { background-color: rgb(134,136,86); }

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

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

 span { border-color: rgb(134,136,86); }

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