#899131

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

Shades of Wasabi #899131

Tints of Wasabi #899131

Color information

#899131 (or 0x899131) is unknown color: approx Wasabi. HEX triplet: 89, 91 and 31. RGB value is (137,145,49). Sum of RGB (Red+Green+Blue) = 137+145+49=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #899131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899131 is #766ECE. Grayscale: #848484. Windows color (decimal): -7761615 or 3248521. OLE color: 3248521.

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

Color convert

RGB13714549-
CMYK0.0600.660.43
HSL65º49.48%38.04%-
HSV(B)65º66.21%56.86%-
XYZ2125.796.78-
YUV131.6681.35131.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=41.39%
G=43.81%
B=14.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145490.0600.660.436549.4838.04
Hex89913160422B413126
Octal2112216160102531016146
Binary1000100110010001110001110010000101010111000001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899131; }

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

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

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

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

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

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

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

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