#8E963F

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

Shades of Wasabi #8E963F

Tints of Wasabi #8E963F

Color information

#8E963F (or 0x8E963F) is unknown color: approx Wasabi. HEX triplet: 8E, 96 and 3F. RGB value is (142,150,63). Sum of RGB (Red+Green+Blue) = 142+150+63=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #8E963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E963F is #7169C0. Grayscale: #8A8A8A. Windows color (decimal): -7432641 or 4167310. OLE color: 4167310.

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

Color convert

RGB14215063-
CMYK0.0500.580.41
HSL65.52º40.85%41.76%-
HSV(B)65.52º58%58.82%-
XYZ22.9627.928.88-
YUV137.6985.85131.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 63 (25% from 255) = 17.75%
R=40%
G=42.25%
B=17.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150630.0500.580.4165.5240.8541.76
Hex8E963F503A2942292a
Octal216226775072511025152
Binary100011101001011011111110101110101010011000010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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