#89953F

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

Shades of Wasabi #89953F

Tints of Wasabi #89953F

Color information

#89953F (or 0x89953F) is unknown color: approx Wasabi. HEX triplet: 89, 95 and 3F. RGB value is (137,149,63). Sum of RGB (Red+Green+Blue) = 137+149+63=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #89953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89953F is #766AC0. Grayscale: #878787. Windows color (decimal): -7760577 or 4167049. OLE color: 4167049.

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

Color convert

RGB13714963-
CMYK0.0800.580.42
HSL68.37º40.57%41.57%-
HSV(B)68.37º57.72%58.43%-
XYZ21.9627.178.79-
YUV135.6187.02128.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 63 (25% from 255) = 18.05%
R=39.26%
G=42.69%
B=18.05%

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
Decimal137149630.0800.580.4268.3740.5741.57
Hex89953F803A2A44292a
Octal2112257710072521045152
Binary1000100110010101111111100001110101010101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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