#8E8965

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

Shades of Bandicoot #8E8965

Tints of Bandicoot #8E8965

Color information

#8E8965 (or 0x8E8965) is unknown color: approx Bandicoot. HEX triplet: 8E, 89 and 65. RGB value is (142,137,101). Sum of RGB (Red+Green+Blue) = 142+137+101=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8965 is #71769A. Grayscale: #868686. Windows color (decimal): -7435931 or 6654350. OLE color: 6654350.

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

Color convert

RGB142137101-
CMYK00.040.290.44
HSL52.68º16.87%47.65%-
HSV(B)52.68º28.87%55.69%-
XYZ22.4524.5815.87-
YUV134.39109.16133.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=37.37%
G=36.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213710100.040.290.4452.6816.8747.65
Hex8E8965041D2C351130
Octal216211145043554652160
Binary1000111010001001110010101001110110110011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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