#889350

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

Shades of Wasabi #889350

Tints of Wasabi #889350

Color information

#889350 (or 0x889350) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 50. RGB value is (136,147,80). Sum of RGB (Red+Green+Blue) = 136+147+80=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #889350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889350 is #776CAF. Grayscale: #888888. Windows color (decimal): -7826608 or 5280648. OLE color: 5280648.

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

Color convert

RGB13614780-
CMYK0.0700.460.42
HSL69.85º29.52%44.51%-
HSV(B)69.85º45.58%57.65%-
XYZ22.0426.6811.58-
YUV136.0796.36127.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=37.47%
G=40.50%
B=22.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147800.0700.460.4269.8529.5244.51
Hex889350702E2A461e2d
Octal2102231207056521063655
Binary100010001001001110100001110101110101010100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889350; }

 p { color: rgb(136,147,80); }

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

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

 a { background-color: rgb(136,147,80); }

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

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

 span { border-color: rgb(136,147,80); }

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