#8E8A56

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

Shades of Bandicoot #8E8A56

Tints of Bandicoot #8E8A56

Color information

#8E8A56 (or 0x8E8A56) is unknown color: approx Bandicoot. HEX triplet: 8E, 8A and 56. RGB value is (142,138,86). Sum of RGB (Red+Green+Blue) = 142+138+86=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A56 is #7175A9. Grayscale: #858585. Windows color (decimal): -7435690 or 5671566. OLE color: 5671566.

HSL color Cylindrical-coordinate representation of color #8E8A56: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8A56 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14213886-
CMYK00.030.390.44
HSL55.71º24.56%44.71%-
HSV(B)55.71º39.44%55.69%-
XYZ21.9224.612.4-
YUV133.27101.33134.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=38.80%
G=37.70%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421388600.030.390.4455.7124.5644.71
Hex8E8A5603272C38192d
Octal216212126034754703155
Binary1000111010001010101011001110011110110011100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,86); }

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

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

 a { background-color: rgb(142,138,86); }

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

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

 span { border-color: rgb(142,138,86); }

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