#889050

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

Shades of Wasabi #889050

Tints of Wasabi #889050

Color information

#889050 (or 0x889050) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 50. RGB value is (136,144,80). Sum of RGB (Red+Green+Blue) = 136+144+80=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #889050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889050 is #776FAF. Grayscale: #868686. Windows color (decimal): -7827376 or 5279880. OLE color: 5279880.

HSL color Cylindrical-coordinate representation of color #889050: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889050 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13614480-
CMYK0.0600.440.44
HSL67.5º28.57%43.92%-
HSV(B)67.5º44.44%56.47%-
XYZ21.5725.7611.42-
YUV134.3197.35129.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=37.78%
G=40%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144800.0600.440.4467.528.5743.92
Hex889050602C2C441d2c
Octal2102201206054541043554
Binary100010001001000010100001100101100101100100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889050; }

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

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

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

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

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

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

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

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