#89964E

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

Shades of Wasabi #89964E

Tints of Wasabi #89964E

Color information

#89964E (or 0x89964E) is unknown color: approx Wasabi. HEX triplet: 89, 96 and 4E. RGB value is (137,150,78). Sum of RGB (Red+Green+Blue) = 137+150+78=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #89964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89964E is #7669B1. Grayscale: #8A8A8A. Windows color (decimal): -7760306 or 5150345. OLE color: 5150345.

HSL color Cylindrical-coordinate representation of color #89964E: hue angle of 70.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89964E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB13715078-
CMYK0.0900.480.41
HSL70.83º31.58%44.71%-
HSV(B)70.83º48%58.82%-
XYZ22.627.6811.36-
YUV137.994.19127.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=37.53%
G=41.10%
B=21.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137150780.0900.480.4170.8331.5844.71
Hex89964E90302947202d
Octal21122611611060511074055
Binary10001001100101101001110100101100001010011000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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