#889B48

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

Shades of Wasabi #889B48

Tints of Wasabi #889B48

Color information

#889B48 (or 0x889B48) is unknown color: approx Wasabi. HEX triplet: 88, 9B and 48. RGB value is (136,155,72). Sum of RGB (Red+Green+Blue) = 136+155+72=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #889B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B48 is #7764B7. Grayscale: #8C8C8C. Windows color (decimal): -7824568 or 4758408. OLE color: 4758408.

HSL color Cylindrical-coordinate representation of color #889B48: hue angle of 73.73º 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 #889B48 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB13615572-
CMYK0.1200.540.39
HSL73.73º36.56%44.51%-
HSV(B)73.73º53.55%60.78%-
XYZ23.0429.1410.54-
YUV139.8689.71125.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=37.47%
G=42.70%
B=19.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136155720.1200.540.3973.7336.5644.51
Hex889B48C036274a252d
Octal21023311014066471124555
Binary10001000100110111001000110001101101001111001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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