#8D9130

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

Shades of Wasabi #8D9130

Tints of Wasabi #8D9130

Color information

#8D9130 (or 0x8D9130) is unknown color: approx Wasabi. HEX triplet: 8D, 91 and 30. RGB value is (141,145,48). Sum of RGB (Red+Green+Blue) = 141+145+48=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9130 is #726ECF. Grayscale: #858585. Windows color (decimal): -7499472 or 3182989. OLE color: 3182989.

HSL color Cylindrical-coordinate representation of color #8D9130: hue angle of 62.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D9130 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB14114548-
CMYK0.0300.670.43
HSL62.47º50.26%37.84%-
HSV(B)62.47º66.9%56.86%-
XYZ21.6426.136.7-
YUV132.7580.17133.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 48 (19.14% from 255) = 14.37%
R=42.22%
G=43.41%
B=14.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141145480.0300.670.4362.4750.2637.84
Hex8D913030432B3e3226
Octal215221603010353766246
Binary10001101100100011100001101000011101011111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,48); }

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

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

 a { background-color: rgb(141,145,48); }

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

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

 span { border-color: rgb(141,145,48); }

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