#89963F

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

Shades of Wasabi #89963F

Tints of Wasabi #89963F

Color information

#89963F (or 0x89963F) is unknown color: approx Wasabi. HEX triplet: 89, 96 and 3F. RGB value is (137,150,63). Sum of RGB (Red+Green+Blue) = 137+150+63=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #89963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89963F is #7669C0. Grayscale: #888888. Windows color (decimal): -7760321 or 4167305. OLE color: 4167305.

HSL color Cylindrical-coordinate representation of color #89963F: hue angle of 68.97º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89963F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB13715063-
CMYK0.0900.580.41
HSL68.97º40.85%41.76%-
HSV(B)68.97º58%58.82%-
XYZ22.1227.498.84-
YUV136.286.69128.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 18%
R=39.14%
G=42.86%
B=18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137150630.0900.580.4168.9740.8541.76
Hex89963F903A2945292a
Octal2112267711072511055152
Binary1000100110010110111111100101110101010011000101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89963F; }

 p { color: rgb(137,150,63); }

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

<style>
 a { background-color: #89963F; }

 a { background-color: rgb(137,150,63); }

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

<style>
 span { border-color: #89963F; }

 span { border-color: rgb(137,150,63); }

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