#889D48

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

Shades of Wasabi #889D48

Tints of Wasabi #889D48

Color information

#889D48 (or 0x889D48) is unknown color: approx Wasabi. HEX triplet: 88, 9D and 48. RGB value is (136,157,72). Sum of RGB (Red+Green+Blue) = 136+157+72=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #889D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889D48 is #7762B7. Grayscale: #8D8D8D. Windows color (decimal): -7824056 or 4758920. OLE color: 4758920.

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

Color convert

RGB13615772-
CMYK0.1300.540.38
HSL74.82º37.12%44.9%-
HSV(B)74.82º54.14%61.57%-
XYZ23.3829.8210.65-
YUV141.0389.04124.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=37.26%
G=43.01%
B=19.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136157720.1300.540.3874.8237.1244.9
Hex889D48D036264b252d
Octal21023511015066461134555
Binary10001000100111011001000110101101101001101001011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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