#8E9935

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

Shades of Wasabi #8E9935

Tints of Wasabi #8E9935

Color information

#8E9935 (or 0x8E9935) is unknown color: approx Wasabi. HEX triplet: 8E, 99 and 35. RGB value is (142,153,53). Sum of RGB (Red+Green+Blue) = 142+153+53=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9935 is #7166CA. Grayscale: #8A8A8A. Windows color (decimal): -7431883 or 3512718. OLE color: 3512718.

HSL color Cylindrical-coordinate representation of color #8E9935: hue angle of 66.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E9935 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB14215353-
CMYK0.0700.650.4
HSL66.6º48.54%40.39%-
HSV(B)66.6º65.36%60%-
XYZ23.1928.797.7-
YUV138.3179.86130.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=40.80%
G=43.97%
B=15.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153530.0700.650.466.648.5440.39
Hex8E9935704128433128
Octal2162316570101501036150
Binary1000111010011001110101111010000011010001000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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