#889552

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

Shades of Wasabi #889552

Tints of Wasabi #889552

Color information

#889552 (or 0x889552) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 52. RGB value is (136,149,82). Sum of RGB (Red+Green+Blue) = 136+149+82=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #889552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889552 is #776AAD. Grayscale: #898989. Windows color (decimal): -7826094 or 5412232. OLE color: 5412232.

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

Color convert

RGB13614982-
CMYK0.0900.450.42
HSL71.64º29%45.29%-
HSV(B)71.64º44.97%58.43%-
XYZ22.4227.3412.08-
YUV137.4896.69126.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=37.06%
G=40.60%
B=22.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149820.0900.450.4271.642945.29
Hex889552902D2A481d2d
Octal21022512211055521103555
Binary1000100010010101101001010010101101101010100100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889552; }

 p { color: rgb(136,149,82); }

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

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

 a { background-color: rgb(136,149,82); }

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

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

 span { border-color: rgb(136,149,82); }

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