#899249

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

Shades of Wasabi #899249

Tints of Wasabi #899249

Color information

#899249 (or 0x899249) is unknown color: approx Wasabi. HEX triplet: 89, 92 and 49. RGB value is (137,146,73). Sum of RGB (Red+Green+Blue) = 137+146+73=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #899249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899249 is #766DB6. Grayscale: #878787. Windows color (decimal): -7761335 or 4821641. OLE color: 4821641.

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

Color convert

RGB13714673-
CMYK0.0600.50.43
HSL67.4º33.33%42.94%-
HSV(B)67.4º50%57.25%-
XYZ21.826.3610.24-
YUV134.9993.02129.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=38.48%
G=41.01%
B=20.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137146730.0600.50.4367.433.3342.94
Hex89924960322B43212b
Octal2112221116062531034153
Binary1000100110010010100100111001100101010111000011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899249; }

 p { color: rgb(137,146,73); }

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

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

 a { background-color: rgb(137,146,73); }

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

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

 span { border-color: rgb(137,146,73); }

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