#8D9F4A

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

Shades of Wasabi #8D9F4A

Tints of Wasabi #8D9F4A

Color information

#8D9F4A (or 0x8D9F4A) is unknown color: approx Wasabi. HEX triplet: 8D, 9F and 4A. RGB value is (141,159,74). Sum of RGB (Red+Green+Blue) = 141+159+74=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F4A is #7260B5. Grayscale: #909090. Windows color (decimal): -7495862 or 4890509. OLE color: 4890509.

HSL color Cylindrical-coordinate representation of color #8D9F4A: hue angle of 72.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D9F4A is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB14115974-
CMYK0.1100.530.38
HSL72.71º36.48%45.69%-
HSV(B)72.71º53.46%62.35%-
XYZ24.6230.9511.16-
YUV143.9388.54125.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=37.70%
G=42.51%
B=19.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141159740.1100.530.3872.7136.4845.69
Hex8D9F4AB0352649242e
Octal21523711213065461114456
Binary10001101100111111001010101101101011001101001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,74); }

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

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

 a { background-color: rgb(141,159,74); }

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

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

 span { border-color: rgb(141,159,74); }

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