#89953E

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

Shades of Wasabi #89953E

Tints of Wasabi #89953E

Color information

#89953E (or 0x89953E) is unknown color: approx Wasabi. HEX triplet: 89, 95 and 3E. RGB value is (137,149,62). Sum of RGB (Red+Green+Blue) = 137+149+62=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #89953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89953E is #766AC1. Grayscale: #878787. Windows color (decimal): -7760578 or 4101513. OLE color: 4101513.

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

Color convert

RGB13714962-
CMYK0.0800.580.42
HSL68.28º41.23%41.37%-
HSV(B)68.28º58.39%58.43%-
XYZ21.9327.168.64-
YUV135.4986.52129.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=39.37%
G=42.82%
B=17.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137149620.0800.580.4268.2841.2341.37
Hex89953E803A2A442929
Octal2112257610072521045151
Binary1000100110010101111110100001110101010101000100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89953E; }

 p { color: rgb(137,149,62); }

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

<style>
 a { background-color: #89953E; }

 a { background-color: rgb(137,149,62); }

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

<style>
 span { border-color: #89953E; }

 span { border-color: rgb(137,149,62); }

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