#8E9B4A

Color #8E9B4A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8E9B4A

Tints of Wasabi #8E9B4A

Color information

#8E9B4A (or 0x8E9B4A) is unknown color: approx Wasabi. HEX triplet: 8E, 9B and 4A. RGB value is (142,155,74). Sum of RGB (Red+Green+Blue) = 142+155+74=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B4A is #7164B5. Grayscale: #8E8E8E. Windows color (decimal): -7431350 or 4889486. OLE color: 4889486.

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

Color convert

RGB14215574-
CMYK0.0800.520.39
HSL69.63º35.37%44.9%-
HSV(B)69.63º52.26%60.78%-
XYZ24.1129.6910.94-
YUV141.8889.69128.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=38.27%
G=41.78%
B=19.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155740.0800.520.3969.6335.3744.9
Hex8E9B4A80342746232d
Octal21623311210064471064355
Binary10001110100110111001010100001101001001111000110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E9B4A;
 }
 .AnyTagClassName
 {
   color: #8E9B4A;
 }
</style>
background-color css

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

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

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

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

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

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