Html Css Color HEX #8E9131 Wasabi

📋 copy color: '#8E9131'

red 142 ◦ green 145 ◦ blue 49

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

Shades of Wasabi #8E9131

Tints of Wasabi #8E9131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 42.26%
G = 43.15%
B = 14.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#8E9131 (or 0x8E9131) is known color: Wasabi. HEX triplet: 8E, 91 and 31. RGB value is (142,145,49). Sum of RGB (Red+Green+Blue) = 142+145+49=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9131 is #716ECE. Grayscale: #858585. Windows color (decimal): -7433935 or 3248526. OLE color: 3248526.

HSL color Cylindrical-coordinate representation of color #8E9131: hue angle of 61.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E9131 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 145 49 -
CMYK 0.02 0 0.66 0.43
HSL 61.88º 0.49% 0.38% -
HSV(B) 61.88º 0.66% 0.57% -
XYZ 21.84 26.22 6.82 -
YUV 133.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 142 145 49 0.02 0 0.66 0.43 61.88 0.49 0.38
Hex 8E 91 31 2 0 42 2B 3E 31 26
Octal 216 221 61 2 0 102 53 76 61 46
Binary 10001110 10010001 110001 10 0 1000010 101011 111110 110001 100110

Color Harmonies of #8E9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9131

Black with #8E9131

Text Example


Text Example

White with #8E9131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,145,49); }

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

background-color css

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

 a { background-color: rgb(142,145,49); }

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

border-color css

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

 span { border-color: rgb(142,145,49); }

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