#868959

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

Shades of Bandicoot #868959

Tints of Bandicoot #868959

Color information

#868959 (or 0x868959) is unknown color: approx Bandicoot. HEX triplet: 86, 89 and 59. RGB value is (134,137,89). Sum of RGB (Red+Green+Blue) = 134+137+89=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #868959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868959 is #7976A6. Grayscale: #828282. Windows color (decimal): -7960231 or 5867910. OLE color: 5867910.

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

Color convert

RGB13413789-
CMYK0.0200.350.46
HSL63.75º21.24%44.31%-
HSV(B)63.75º35.04%53.73%-
XYZ20.5823.6812.94-
YUV130.63104.51130.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=37.22%
G=38.06%
B=24.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137890.0200.350.4663.7521.2444.31
Hex86895920232E40152c
Octal2062111312043561002554
Binary10000110100010011011001100100011101110100000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868959; }

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

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

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

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

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

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

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

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