#889C48

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

Shades of Wasabi #889C48

Tints of Wasabi #889C48

Color information

#889C48 (or 0x889C48) is unknown color: approx Wasabi. HEX triplet: 88, 9C and 48. RGB value is (136,156,72). Sum of RGB (Red+Green+Blue) = 136+156+72=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #889C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C48 is #7763B7. Grayscale: #8C8C8C. Windows color (decimal): -7824312 or 4758664. OLE color: 4758664.

HSL color Cylindrical-coordinate representation of color #889C48: hue angle of 74.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #889C48 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB13615672-
CMYK0.1300.540.39
HSL74.29º36.84%44.71%-
HSV(B)74.29º53.85%61.18%-
XYZ23.2129.4810.6-
YUV140.4489.37124.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=37.36%
G=42.86%
B=19.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136156720.1300.540.3974.2936.8444.71
Hex889C48D036274a252d
Octal21023411015066471124555
Binary10001000100111001001000110101101101001111001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,156,72); }

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

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

 a { background-color: rgb(136,156,72); }

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

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

 span { border-color: rgb(136,156,72); }

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