Html Css Color HEX #8E9C32 Wasabi

📋 copy color: '#8E9C32'

red 142 ◦ green 156 ◦ blue 50

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

Shades of Wasabi #8E9C32

Tints of Wasabi #8E9C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.83%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 40.8%
G = 44.83%
B = 14.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#8E9C32 (or 0x8E9C32) is known color: Wasabi. HEX triplet: 8E, 9C and 32. RGB value is (142,156,50). Sum of RGB (Red+Green+Blue) = 142+156+50=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9C32 is #7163CD. Grayscale: #8C8C8C. Windows color (decimal): -7431118 or 3316878. OLE color: 3316878.

HSL color Cylindrical-coordinate representation of color #8E9C32: hue angle of 67.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E9C32 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 156 50 -
CMYK 0.09 0 0.68 0.39
HSL 67.92º 0.51% 0.4% -
HSV(B) 67.92º 0.68% 0.61% -
XYZ 23.62 29.76 7.52 -
YUV 139.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 142 156 50 0.09 0 0.68 0.39 67.92 0.51 0.4
Hex 8E 9C 32 9 0 44 27 44 33 28
Octal 216 234 62 11 0 104 47 104 63 50
Binary 10001110 10011100 110010 1001 0 1000100 100111 1000100 110011 101000

Color Harmonies of #8E9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C32

Black with #8E9C32

Text Example


Text Example

White with #8E9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,50); }

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

background-color css

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

 a { background-color: rgb(142,156,50); }

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

border-color css

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

 span { border-color: rgb(142,156,50); }

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