#899050

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

Shades of Wasabi #899050

Tints of Wasabi #899050

Color information

#899050 (or 0x899050) is unknown color: approx Wasabi. HEX triplet: 89, 90 and 50. RGB value is (137,144,80). Sum of RGB (Red+Green+Blue) = 137+144+80=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #899050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899050 is #766FAF. Grayscale: #868686. Windows color (decimal): -7761840 or 5279881. OLE color: 5279881.

HSL color Cylindrical-coordinate representation of color #899050: hue angle of 66.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899050 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13714480-
CMYK0.0500.440.44
HSL66.56º28.57%43.92%-
HSV(B)66.56º44.44%56.47%-
XYZ21.7425.8411.43-
YUV134.6197.18129.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=37.95%
G=39.89%
B=22.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144800.0500.440.4466.5628.5743.92
Hex899050502C2C431d2c
Octal2112201205054541033554
Binary100010011001000010100001010101100101100100001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899050; }

 p { color: rgb(137,144,80); }

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

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

 a { background-color: rgb(137,144,80); }

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

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

 span { border-color: rgb(137,144,80); }

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