#8D9D46

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

Shades of Wasabi #8D9D46

Tints of Wasabi #8D9D46

Color information

#8D9D46 (or 0x8D9D46) is unknown color: approx Wasabi. HEX triplet: 8D, 9D and 46. RGB value is (141,157,70). Sum of RGB (Red+Green+Blue) = 141+157+70=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9D46 is #7262B9. Grayscale: #8E8E8E. Windows color (decimal): -7496378 or 4627853. OLE color: 4627853.

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

Color convert

RGB14115770-
CMYK0.1000.550.38
HSL71.03º38.33%44.51%-
HSV(B)71.03º55.41%61.57%-
XYZ24.1530.2210.35-
YUV142.387.2127.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=38.32%
G=42.66%
B=19.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141157700.1000.550.3871.0338.3344.51
Hex8D9D46A0372647262d
Octal21523510612067461074655
Binary10001101100111011000110101001101111001101000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,70); }

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

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

 a { background-color: rgb(141,157,70); }

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

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

 span { border-color: rgb(141,157,70); }

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