#899445

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

Shades of Wasabi #899445

Tints of Wasabi #899445

Color information

#899445 (or 0x899445) is unknown color: approx Wasabi. HEX triplet: 89, 94 and 45. RGB value is (137,148,69). Sum of RGB (Red+Green+Blue) = 137+148+69=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #899445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899445 is #766BBA. Grayscale: #888888. Windows color (decimal): -7760827 or 4560009. OLE color: 4560009.

HSL color Cylindrical-coordinate representation of color #899445: hue angle of 68.35º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #899445 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB13714869-
CMYK0.0700.530.42
HSL68.35º36.41%42.55%-
HSV(B)68.35º53.38%58.04%-
XYZ21.9826.939.67-
YUV135.7190.36128.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=38.70%
G=41.81%
B=19.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137148690.0700.530.4268.3536.4142.55
Hex89944570352A44242b
Octal2112241057065521044453
Binary1000100110010100100010111101101011010101000100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899445; }

 p { color: rgb(137,148,69); }

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

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

 a { background-color: rgb(137,148,69); }

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

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

 span { border-color: rgb(137,148,69); }

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