#8C8E57

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

Shades of Bandicoot #8C8E57

Tints of Bandicoot #8C8E57

Color information

#8C8E57 (or 0x8C8E57) is unknown color: approx Bandicoot. HEX triplet: 8C, 8E and 57. RGB value is (140,142,87). Sum of RGB (Red+Green+Blue) = 140+142+87=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8E57 is #7371A8. Grayscale: #878787. Windows color (decimal): -7565737 or 5738124. OLE color: 5738124.

HSL color Cylindrical-coordinate representation of color #8C8E57: hue angle of 62.18º degrees, saturation: 0.24, 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 #8C8E57 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14014287-
CMYK0.0100.390.44
HSL62.18º24.02%44.9%-
HSV(B)62.18º38.73%55.69%-
XYZ22.2125.6112.79-
YUV135.13100.84131.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=37.94%
G=38.48%
B=23.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140142870.0100.390.4462.1824.0244.9
Hex8C8E5710272C3e182d
Octal214216127104754763055
Binary100011001000111010101111010011110110011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,142,87); }

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

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

 a { background-color: rgb(140,142,87); }

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

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

 span { border-color: rgb(140,142,87); }

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