Html Css Color HEX #8E994A Wasabi

📋 copy color: '#8E994A'

red 142 ◦ green 153 ◦ blue 74

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

Shades of Wasabi #8E994A

Tints of Wasabi #8E994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 38.48%
G = 41.46%
B = 20.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#8E994A (or 0x8E994A) is known color: Wasabi. HEX triplet: 8E, 99 and 4A. RGB value is (142,153,74). Sum of RGB (Red+Green+Blue) = 142+153+74=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #8E994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E994A is #7166B5. Grayscale: #8D8D8D. Windows color (decimal): -7431862 or 4888974. OLE color: 4888974.

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

Color convert

RGB 142 153 74 -
CMYK 0.07 0 0.52 0.4
HSL 68.35º 0.35% 0.45% -
HSV(B) 68.35º 0.52% 0.6% -
XYZ 23.78 29.03 10.83 -
YUV 140.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 142 153 74 0.07 0 0.52 0.4 68.35 0.35 0.45
Hex 8E 99 4A 7 0 34 28 44 23 2D
Octal 216 231 112 7 0 64 50 104 43 55
Binary 10001110 10011001 1001010 111 0 110100 101000 1000100 100011 101101

Color Harmonies of #8E994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E994A

Black with #8E994A

Text Example


Text Example

White with #8E994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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