Html Css Color HEX #8E963F Wasabi

📋 copy color: '#8E963F'

red 142 ◦ green 150 ◦ blue 63

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

Shades of Wasabi #8E963F

Tints of Wasabi #8E963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

 BLUE value IS 63 (25% from 255) = 17.75%

R = 40%
G = 42.25%
B = 17.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#8E963F (or 0x8E963F) is known color: Wasabi. HEX triplet: 8E, 96 and 3F. RGB value is (142,150,63). Sum of RGB (Red+Green+Blue) = 142+150+63=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #8E963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E963F is #7169C0. Grayscale: #8A8A8A. Windows color (decimal): -7432641 or 4167310. OLE color: 4167310.

HSL color Cylindrical-coordinate representation of color #8E963F: hue angle of 65.52º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E963F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 150 63 -
CMYK 0.05 0 0.58 0.41
HSL 65.52º 0.41% 0.42% -
HSV(B) 65.52º 0.58% 0.59% -
XYZ 22.96 27.92 8.88 -
YUV 137.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 142 150 63 0.05 0 0.58 0.41 65.52 0.41 0.42
Hex 8E 96 3F 5 0 3A 29 42 29 2A
Octal 216 226 77 5 0 72 51 102 51 52
Binary 10001110 10010110 111111 101 0 111010 101001 1000010 101001 101010

Color Harmonies of #8E963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E963F

Black with #8E963F

Text Example


Text Example

White with #8E963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,63); }

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

background-color css

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

 a { background-color: rgb(142,150,63); }

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

border-color css

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

 span { border-color: rgb(142,150,63); }

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