#8E8B5B

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

Shades of Bandicoot #8E8B5B

Tints of Bandicoot #8E8B5B

Color information

#8E8B5B (or 0x8E8B5B) is unknown color: approx Bandicoot. HEX triplet: 8E, 8B and 5B. RGB value is (142,139,91). Sum of RGB (Red+Green+Blue) = 142+139+91=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B5B is #7174A4. Grayscale: #868686. Windows color (decimal): -7435429 or 5999502. OLE color: 5999502.

HSL color Cylindrical-coordinate representation of color #8E8B5B: hue angle of 56.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E8B5B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14213991-
CMYK00.020.360.44
HSL56.47º21.89%45.69%-
HSV(B)56.47º35.92%55.69%-
XYZ22.2824.9713.54-
YUV134.42103.49133.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=38.17%
G=37.37%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421399100.020.360.4456.4721.8945.69
Hex8E8B5B02242C38162e
Octal216213133024454702656
Binary1000111010001011101101101010010010110011100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,91); }

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

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

 a { background-color: rgb(142,139,91); }

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

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

 span { border-color: rgb(142,139,91); }

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