#8e9d3b

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

Shades of Wasabi #8E9D3B

Tints of Wasabi #8E9D3B

Color information

#8E9D3B (or 0x8E9D3B) is unknown color: approx Wasabi. HEX triplet: 8E, 9D and 3B. RGB value is (142,157,59). Sum of RGB (Red+Green+Blue) = 142+157+59=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9D3B is #7162C4. Grayscale: #8D8D8D. Windows color (decimal): -7430853 or 3906958. OLE color: 3906958.

HSL color Cylindrical-coordinate representation of color #8E9D3B: hue angle of 69.18º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E9D3B is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB14215759-
CMYK0.1000.620.38
HSL69.18º45.37%42.35%-
HSV(B)69.18º62.42%61.57%-
XYZ2430.188.7-
YUV141.3481.53128.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 157 (61.72% from 255) = 43.85%
BLUE value IS 59 (23.44% from 255) = 16.48%
R=39.66%
G=43.85%
B=16.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142157590.1000.620.3869.1845.3742.35
Hex8E9D3BA03E26452d2a
Octal2162357312076461055552
Binary1000111010011101111011101001111101001101000101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e9d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,157,59); }

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

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

 a { background-color: rgb(142,157,59); }

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

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

 span { border-color: rgb(142,157,59); }

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