Html Css Color HEX #8E9B4E Wasabi

📋 copy color: '#8E9B4E'

red 142 ◦ green 155 ◦ blue 78

#8E9B4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #8E9B4E

Tints of Wasabi #8E9B4E

RGB

 RED value IS 142 (55.86% from 255) = 37.87%

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 37.87%
G = 41.33%
B = 20.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#8E9B4E (or 0x8E9B4E) is known color: Wasabi. HEX triplet: 8E, 9B and 4E. RGB value is (142,155,78). Sum of RGB (Red+Green+Blue) = 142+155+78=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B4E is #7164B1. Grayscale: #8E8E8E. Windows color (decimal): -7431346 or 5151630. OLE color: 5151630.

HSL color Cylindrical-coordinate representation of color #8E9B4E: hue angle of 70.13º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E9B4E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 78 -
CMYK 0.08 0 0.50 0.39
HSL 70.13º 0.33% 0.46% -
HSV(B) 70.13º 0.5% 0.61% -
XYZ 24.25 29.74 11.67 -
YUV 142.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 142 155 78 0.08 0 0.50 0.39 70.13 0.33 0.46
Hex 8E 9B 4E 8 0 32 27 46 21 2E
Octal 216 233 116 10 0 62 47 106 41 56
Binary 10001110 10011011 1001110 1000 0 110010 100111 1000110 100001 101110

Color Harmonies of #8E9B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B4E

Black with #8E9B4E

Text Example


Text Example

White with #8E9B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,78); }

 H1.HeaderClassName
 {
   color: #8E9B4E;
 }
 .AnyTagClassName
 {
   color: #8E9B4E;
 }
</style>

background-color css

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

 a { background-color: rgb(142,155,78); }

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

border-color css

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

 span { border-color: rgb(142,155,78); }

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