#8E8F58

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

Shades of Bandicoot #8E8F58

Tints of Bandicoot #8E8F58

Color information

#8E8F58 (or 0x8E8F58) is unknown color: approx Bandicoot. HEX triplet: 8E, 8F and 58. RGB value is (142,143,88). Sum of RGB (Red+Green+Blue) = 142+143+88=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #8E8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8F58 is #7170A7. Grayscale: #888888. Windows color (decimal): -7434408 or 5803918. OLE color: 5803918.

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

Color convert

RGB14214388-
CMYK0.0100.380.44
HSL61.09º23.81%45.29%-
HSV(B)61.09º38.46%56.08%-
XYZ22.7426.113.07-
YUV136.43100.67131.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=38.07%
G=38.34%
B=23.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142143880.0100.380.4461.0923.8145.29
Hex8E8F5810262C3d182d
Octal216217130104654753055
Binary100011101000111110110001010011010110011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,143,88); }

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

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

 a { background-color: rgb(142,143,88); }

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

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

 span { border-color: rgb(142,143,88); }

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