#8D963C

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

Shades of Wasabi #8D963C

Tints of Wasabi #8D963C

Color information

#8D963C (or 0x8D963C) is unknown color: approx Wasabi. HEX triplet: 8D, 96 and 3C. RGB value is (141,150,60). Sum of RGB (Red+Green+Blue) = 141+150+60=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #8D963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D963C is #7269C3. Grayscale: #898989. Windows color (decimal): -7498180 or 3970701. OLE color: 3970701.

HSL color Cylindrical-coordinate representation of color #8D963C: hue angle of 66º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D963C is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB14115060-
CMYK0.0600.60.41
HSL66º42.86%41.18%-
HSV(B)66º60%58.82%-
XYZ22.7127.88.44-
YUV137.0584.52130.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=40.17%
G=42.74%
B=17.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141150600.0600.60.416642.8641.18
Hex8D963C603C29422b29
Octal215226746074511025351
Binary100011011001011011110011001111001010011000010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,60); }

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

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

 a { background-color: rgb(141,150,60); }

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

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

 span { border-color: rgb(141,150,60); }

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