#8D9936

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

Shades of Wasabi #8D9936

Tints of Wasabi #8D9936

Color information

#8D9936 (or 0x8D9936) is unknown color: approx Wasabi. HEX triplet: 8D, 99 and 36. RGB value is (141,153,54). Sum of RGB (Red+Green+Blue) = 141+153+54=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9936 is #7266C9. Grayscale: #8A8A8A. Windows color (decimal): -7497418 or 3578253. OLE color: 3578253.

HSL color Cylindrical-coordinate representation of color #8D9936: hue angle of 67.27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D9936 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB14115354-
CMYK0.0800.650.4
HSL67.27º47.83%40.59%-
HSV(B)67.27º64.71%60%-
XYZ23.0428.717.82-
YUV138.1380.52130.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=40.52%
G=43.97%
B=15.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141153540.0800.650.467.2747.8340.59
Hex8D9936804128433029
Octal21523166100101501036051
Binary10001101100110011101101000010000011010001000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,54); }

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

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

 a { background-color: rgb(141,153,54); }

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

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

 span { border-color: rgb(141,153,54); }

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