#8E9435

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

Shades of Wasabi #8E9435

Tints of Wasabi #8E9435

Color information

#8E9435 (or 0x8E9435) is unknown color: approx Wasabi. HEX triplet: 8E, 94 and 35. RGB value is (142,148,53). Sum of RGB (Red+Green+Blue) = 142+148+53=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9435 is #716BCA. Grayscale: #878787. Windows color (decimal): -7433163 or 3511438. OLE color: 3511438.

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

Color convert

RGB14214853-
CMYK0.0400.640.42
HSL63.79º47.26%39.41%-
HSV(B)63.79º64.19%58.04%-
XYZ22.3927.197.44-
YUV135.3881.51132.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=41.40%
G=43.15%
B=15.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148530.0400.640.4263.7947.2639.41
Hex8E943540402A402f27
Octal2162246540100521005747
Binary1000111010010100110101100010000001010101000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,53); }

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

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

 a { background-color: rgb(142,148,53); }

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

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

 span { border-color: rgb(142,148,53); }

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