#889640

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

Shades of Wasabi #889640

Tints of Wasabi #889640

Color information

#889640 (or 0x889640) is unknown color: approx Wasabi. HEX triplet: 88, 96 and 40. RGB value is (136,150,64). Sum of RGB (Red+Green+Blue) = 136+150+64=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #889640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889640 is #7769BF. Grayscale: #888888. Windows color (decimal): -7825856 or 4232840. OLE color: 4232840.

HSL color Cylindrical-coordinate representation of color #889640: hue angle of 69.77º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #889640 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB13615064-
CMYK0.0900.570.41
HSL69.77º40.19%41.96%-
HSV(B)69.77º57.33%58.82%-
XYZ21.9927.428.98-
YUV136.0187.36127.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=38.86%
G=42.86%
B=18.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136150640.0900.570.4169.7740.1941.96
Hex88964090392946282a
Octal21022610011071511065052
Binary10001000100101101000000100101110011010011000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889640; }

 p { color: rgb(136,150,64); }

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

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

 a { background-color: rgb(136,150,64); }

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

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

 span { border-color: rgb(136,150,64); }

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