#889148

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

Shades of Wasabi #889148

Tints of Wasabi #889148

Color information

#889148 (or 0x889148) is unknown color: approx Wasabi. HEX triplet: 88, 91 and 48. RGB value is (136,145,72). Sum of RGB (Red+Green+Blue) = 136+145+72=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #889148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889148 is #776EB7. Grayscale: #868686. Windows color (decimal): -7827128 or 4755848. OLE color: 4755848.

HSL color Cylindrical-coordinate representation of color #889148: hue angle of 67.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #889148 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB13614572-
CMYK0.0600.500.43
HSL67.4º33.64%42.55%-
HSV(B)67.4º50.34%56.86%-
XYZ21.4525.9510.01-
YUV133.9993.02129.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=38.53%
G=41.08%
B=20.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136145720.0600.500.4367.433.6442.55
Hex88914860322B43222b
Octal2102211106062531034253
Binary1000100010010001100100011001100101010111000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889148; }

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

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

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

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

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

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

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

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