#8E963C

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

Shades of Wasabi #8E963C

Tints of Wasabi #8E963C

Color information

#8E963C (or 0x8E963C) is unknown color: approx Wasabi. HEX triplet: 8E, 96 and 3C. RGB value is (142,150,60). Sum of RGB (Red+Green+Blue) = 142+150+60=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #8E963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E963C is #7169C3. Grayscale: #898989. Windows color (decimal): -7432644 or 3970702. OLE color: 3970702.

HSL color Cylindrical-coordinate representation of color #8E963C: hue angle of 65.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E963C is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB14215060-
CMYK0.0500.60.41
HSL65.33º42.86%41.18%-
HSV(B)65.33º60%58.82%-
XYZ22.8827.898.45-
YUV137.3584.35131.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 60 (23.83% from 255) = 17.05%
R=40.34%
G=42.61%
B=17.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150600.0500.60.4165.3342.8641.18
Hex8E963C503C29412b29
Octal216226745074511015351
Binary100011101001011011110010101111001010011000001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,60); }

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

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

 a { background-color: rgb(142,150,60); }

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

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

 span { border-color: rgb(142,150,60); }

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