#899145

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

Shades of Wasabi #899145

Tints of Wasabi #899145

Color information

#899145 (or 0x899145) is unknown color: approx Wasabi. HEX triplet: 89, 91 and 45. RGB value is (137,145,69). Sum of RGB (Red+Green+Blue) = 137+145+69=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #899145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899145 is #766EBA. Grayscale: #868686. Windows color (decimal): -7761595 or 4559241. OLE color: 4559241.

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

Color convert

RGB13714569-
CMYK0.0600.520.43
HSL66.32º35.51%41.96%-
HSV(B)66.32º52.41%56.86%-
XYZ21.52269.51-
YUV133.9491.35130.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=39.03%
G=41.31%
B=19.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145690.0600.520.4366.3235.5141.96
Hex89914560342B42242a
Octal2112211056064531024452
Binary1000100110010001100010111001101001010111000010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899145; }

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

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

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

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

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

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

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

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