#8D9E44

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

Shades of Wasabi #8D9E44

Tints of Wasabi #8D9E44

Color information

#8D9E44 (or 0x8D9E44) is unknown color: approx Wasabi. HEX triplet: 8D, 9E and 44. RGB value is (141,158,68). Sum of RGB (Red+Green+Blue) = 141+158+68=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9E44 is #7261BB. Grayscale: #8E8E8E. Windows color (decimal): -7496124 or 4497037. OLE color: 4497037.

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

Color convert

RGB14115868-
CMYK0.1100.570.38
HSL71.33º39.82%44.31%-
HSV(B)71.33º56.96%61.96%-
XYZ24.2530.5310.08-
YUV142.6685.87126.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=38.42%
G=43.05%
B=18.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141158680.1100.570.3871.3339.8244.31
Hex8D9E44B0392647282c
Octal21523610413071461075054
Binary10001101100111101000100101101110011001101000111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,158,68); }

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

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

 a { background-color: rgb(141,158,68); }

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

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

 span { border-color: rgb(141,158,68); }

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