#889F48

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

Shades of Wasabi #889F48

Tints of Wasabi #889F48

Color information

#889F48 (or 0x889F48) is unknown color: approx Wasabi. HEX triplet: 88, 9F and 48. RGB value is (136,159,72). Sum of RGB (Red+Green+Blue) = 136+159+72=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #889F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F48 is #7760B7. Grayscale: #8E8E8E. Windows color (decimal): -7823544 or 4759432. OLE color: 4759432.

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

Color convert

RGB13615972-
CMYK0.1400.550.38
HSL75.86º37.66%45.29%-
HSV(B)75.86º54.72%62.35%-
XYZ23.7230.510.77-
YUV142.2188.38123.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=37.06%
G=43.32%
B=19.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136159720.1400.550.3875.8637.6645.29
Hex889F48E037264c262d
Octal21023711016067461144655
Binary10001000100111111001000111001101111001101001100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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