#889E48

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

Shades of Wasabi #889E48

Tints of Wasabi #889E48

Color information

#889E48 (or 0x889E48) is unknown color: approx Wasabi. HEX triplet: 88, 9E and 48. RGB value is (136,158,72). Sum of RGB (Red+Green+Blue) = 136+158+72=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #889E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889E48 is #7761B7. Grayscale: #8D8D8D. Windows color (decimal): -7823800 or 4759176. OLE color: 4759176.

HSL color Cylindrical-coordinate representation of color #889E48: hue angle of 75.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #889E48 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB13615872-
CMYK0.1400.540.38
HSL75.35º37.39%45.1%-
HSV(B)75.35º54.43%61.96%-
XYZ23.5530.1610.71-
YUV141.6288.71123.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=37.16%
G=43.17%
B=19.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136158720.1400.540.3875.3537.3945.1
Hex889E48E036264b252d
Octal21023611016066461134555
Binary10001000100111101001000111001101101001101001011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889E48; }

 p { color: rgb(136,158,72); }

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

<style>
 a { background-color: #889E48; }

 a { background-color: rgb(136,158,72); }

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

<style>
 span { border-color: #889E48; }

 span { border-color: rgb(136,158,72); }

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