Html Css Color HEX #8E953F Wasabi

📋 copy color: '#8E953F'

red 142 ◦ green 149 ◦ blue 63

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

Shades of Wasabi #8E953F

Tints of Wasabi #8E953F

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.8%

R = 40.11%
G = 42.09%
B = 17.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#8E953F (or 0x8E953F) is known color: 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

RGB 142 149 63 -
CMYK 0.05 0 0.58 0.42
HSL 64.88º 0.41% 0.42% -
HSV(B) 64.88º 0.58% 0.58% -
XYZ 22.8 27.6 8.83 -
YUV 137.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 142 149 63 0.05 0 0.58 0.42 64.88 0.41 0.42
Hex 8E 95 3F 5 0 3A 2A 41 29 2A
Octal 216 225 77 5 0 72 52 101 51 52
Binary 10001110 10010101 111111 101 0 111010 101010 1000001 101001 101010

Color Harmonies of #8E953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E953F

Black with #8E953F

Text Example


Text Example

White with #8E953F

Text Example


Text Example

HTML Codes & Css Web 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>