#889B32

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

Shades of Wasabi #889B32

Tints of Wasabi #889B32

Color information

#889B32 (or 0x889B32) is unknown color: approx Wasabi. HEX triplet: 88, 9B and 32. RGB value is (136,155,50). Sum of RGB (Red+Green+Blue) = 136+155+50=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #889B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B32 is #7764CD. Grayscale: #898989. Windows color (decimal): -7824590 or 3316616. OLE color: 3316616.

HSL color Cylindrical-coordinate representation of color #889B32: hue angle of 70.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889B32 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13615550-
CMYK0.1200.680.39
HSL70.86º51.22%40.2%-
HSV(B)70.86º67.74%60.78%-
XYZ22.4528.917.41-
YUV137.3578.71127.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=39.88%
G=45.45%
B=14.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136155500.1200.680.3970.8651.2240.2
Hex889B32C04427473328
Octal21023362140104471076350
Binary10001000100110111100101100010001001001111000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B32; }

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

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

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

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

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

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

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

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