#889A4A

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

Shades of Wasabi #889A4A

Tints of Wasabi #889A4A

Color information

#889A4A (or 0x889A4A) is unknown color: approx Wasabi. HEX triplet: 88, 9A and 4A. RGB value is (136,154,74). Sum of RGB (Red+Green+Blue) = 136+154+74=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #889A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889A4A is #7765B5. Grayscale: #8B8B8B. Windows color (decimal): -7824822 or 4889224. OLE color: 4889224.

HSL color Cylindrical-coordinate representation of color #889A4A: hue angle of 73.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #889A4A is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB13615474-
CMYK0.1200.520.40
HSL73.5º35.09%44.71%-
HSV(B)73.5º51.95%60.39%-
XYZ22.9428.8410.84-
YUV139.591.04125.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=37.36%
G=42.31%
B=20.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136154740.1200.520.4073.535.0944.71
Hex889A4AC034284a232d
Octal21023211214064501124355
Binary10001000100110101001010110001101001010001001010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,74); }

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

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

 a { background-color: rgb(136,154,74); }

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

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

 span { border-color: rgb(136,154,74); }

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