#898F4C

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

Shades of Wasabi #898F4C

Tints of Wasabi #898F4C

Color information

#898F4C (or 0x898F4C) is unknown color: approx Wasabi. HEX triplet: 89, 8F and 4C. RGB value is (137,143,76). Sum of RGB (Red+Green+Blue) = 137+143+76=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #898F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898F4C is #7670B3. Grayscale: #858585. Windows color (decimal): -7762100 or 5017481. OLE color: 5017481.

HSL color Cylindrical-coordinate representation of color #898F4C: hue angle of 65.37º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898F4C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB13714376-
CMYK0.0400.470.44
HSL65.37º30.59%42.94%-
HSV(B)65.37º46.85%56.08%-
XYZ21.4425.4910.63-
YUV133.5795.51130.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=38.48%
G=40.17%
B=21.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137143760.0400.470.4465.3730.5942.94
Hex898F4C402F2C411f2b
Octal2112171144057541013753
Binary100010011000111110011001000101111101100100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898F4C; }

 p { color: rgb(137,143,76); }

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

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

 a { background-color: rgb(137,143,76); }

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

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

 span { border-color: rgb(137,143,76); }

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