#889052

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

Shades of Wasabi #889052

Tints of Wasabi #889052

Color information

#889052 (or 0x889052) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 52. RGB value is (136,144,82). Sum of RGB (Red+Green+Blue) = 136+144+82=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #889052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889052 is #776FAD. Grayscale: #868686. Windows color (decimal): -7827374 or 5410952. OLE color: 5410952.

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

Color convert

RGB13614482-
CMYK0.0600.430.44
HSL67.74º27.43%44.31%-
HSV(B)67.74º43.06%56.47%-
XYZ21.6525.7911.82-
YUV134.5498.35129.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=37.57%
G=39.78%
B=22.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144820.0600.430.4467.7427.4344.31
Hex889052602B2C441b2c
Octal2102201226053541043354
Binary100010001001000010100101100101011101100100010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889052; }

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

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

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

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

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

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

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

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