#8D9C41

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

Shades of Wasabi #8D9C41

Tints of Wasabi #8D9C41

Color information

#8D9C41 (or 0x8D9C41) is unknown color: approx Wasabi. HEX triplet: 8D, 9C and 41. RGB value is (141,156,65). Sum of RGB (Red+Green+Blue) = 141+156+65=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9C41 is #7263BE. Grayscale: #8D8D8D. Windows color (decimal): -7496639 or 4299917. OLE color: 4299917.

HSL color Cylindrical-coordinate representation of color #8D9C41: hue angle of 69.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D9C41 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB14115665-
CMYK0.1000.580.39
HSL69.89º41.18%43.33%-
HSV(B)69.89º58.33%61.18%-
XYZ23.8329.829.5-
YUV141.1485.03127.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=38.95%
G=43.09%
B=17.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141156650.1000.580.3969.8941.1843.33
Hex8D9C41A03A2746292b
Octal21523410112072471065153
Binary10001101100111001000001101001110101001111000110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,65); }

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

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

 a { background-color: rgb(141,156,65); }

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

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

 span { border-color: rgb(141,156,65); }

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