#8E8960

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

Shades of Bandicoot #8E8960

Tints of Bandicoot #8E8960

Color information

#8E8960 (or 0x8E8960) is unknown color: approx Bandicoot. HEX triplet: 8E, 89 and 60. RGB value is (142,137,96). Sum of RGB (Red+Green+Blue) = 142+137+96=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8960 is #71769F. Grayscale: #858585. Windows color (decimal): -7435936 or 6326670. OLE color: 6326670.

HSL color Cylindrical-coordinate representation of color #8E8960: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8960 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14213796-
CMYK00.040.320.44
HSL53.48º19.33%46.67%-
HSV(B)53.48º32.39%55.69%-
XYZ22.2124.4914.62-
YUV133.82106.66133.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=37.87%
G=36.53%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421379600.040.320.4453.4819.3346.67
Hex8E896004202C35132f
Octal216211140044054652357
Binary10001110100010011100000010010000010110011010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8960; }

 p { color: rgb(142,137,96); }

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

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

 a { background-color: rgb(142,137,96); }

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

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

 span { border-color: rgb(142,137,96); }

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