#868858

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

Shades of Bandicoot #868858

Tints of Bandicoot #868858

Color information

#868858 (or 0x868858) is unknown color: approx Bandicoot. HEX triplet: 86, 88 and 58. RGB value is (134,136,88). Sum of RGB (Red+Green+Blue) = 134+136+88=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #868858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868858 is #7977A7. Grayscale: #828282. Windows color (decimal): -7960488 or 5802118. OLE color: 5802118.

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

Color convert

RGB13413688-
CMYK0.0100.350.47
HSL62.5º21.43%43.92%-
HSV(B)62.5º35.29%53.33%-
XYZ20.423.3812.67-
YUV129.93104.34130.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=37.43%
G=37.99%
B=24.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136880.0100.350.4762.521.4343.92
Hex86885810232F3e152c
Octal206210130104357762554
Binary100001101000100010110001010001110111111111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868858; }

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

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

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

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

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

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

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

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