#8E953F

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

Shades of Wasabi #8E953F

Tints of Wasabi #8E953F

Color information

#8E953F (or 0x8E953F) is unknown color: approx Wasabi. HEX triplet: 8E, 95 and 3F. RGB value is (142,149,63). Sum of RGB (Red+Green+Blue) = 142+149+63=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #8E953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E953F is #716AC0. Grayscale: #898989. Windows color (decimal): -7432897 or 4167054. OLE color: 4167054.

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

Color convert

RGB14214963-
CMYK0.0500.580.42
HSL64.88º40.57%41.57%-
HSV(B)64.88º57.72%58.43%-
XYZ22.827.68.83-
YUV137.186.18131.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 63 (25% from 255) = 17.80%
R=40.11%
G=42.09%
B=17.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149630.0500.580.4264.8840.5741.57
Hex8E953F503A2A41292a
Octal216225775072521015152
Binary100011101001010111111110101110101010101000001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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