#8C9348

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

Shades of Wasabi #8C9348

Tints of Wasabi #8C9348

Color information

#8C9348 (or 0x8C9348) is unknown color: approx Wasabi. HEX triplet: 8C, 93 and 48. RGB value is (140,147,72). Sum of RGB (Red+Green+Blue) = 140+147+72=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9348 is #736CB7. Grayscale: #888888. Windows color (decimal): -7564472 or 4756364. OLE color: 4756364.

HSL color Cylindrical-coordinate representation of color #8C9348: hue angle of 65.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C9348 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14014772-
CMYK0.0500.510.42
HSL65.6º34.25%42.94%-
HSV(B)65.6º51.02%57.65%-
XYZ22.4226.9110.14-
YUV136.3691.68130.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=39.00%
G=40.95%
B=20.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147720.0500.510.4265.634.2542.94
Hex8C934850332A42222b
Octal2142231105063521024253
Binary1000110010010011100100010101100111010101000010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,72); }

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

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

 a { background-color: rgb(140,147,72); }

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

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

 span { border-color: rgb(140,147,72); }

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