#889032

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

Shades of Wasabi #889032

Tints of Wasabi #889032

Color information

#889032 (or 0x889032) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 32. RGB value is (136,144,50). Sum of RGB (Red+Green+Blue) = 136+144+50=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #889032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889032 is #776FCD. Grayscale: #838383. Windows color (decimal): -7827406 or 3313800. OLE color: 3313800.

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

Color convert

RGB13614450-
CMYK0.0600.650.44
HSL65.11º48.45%38.04%-
HSV(B)65.11º65.28%56.47%-
XYZ20.725.416.83-
YUV130.8982.35131.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=41.21%
G=43.64%
B=15.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144500.0600.650.4465.1148.4538.04
Hex88903260412C413026
Octal2102206260101541016046
Binary1000100010010000110010110010000011011001000001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889032; }

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

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

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

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

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

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

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

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