#899B48

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

Shades of Wasabi #899B48

Tints of Wasabi #899B48

Color information

#899B48 (or 0x899B48) is unknown color: approx Wasabi. HEX triplet: 89, 9B and 48. RGB value is (137,155,72). Sum of RGB (Red+Green+Blue) = 137+155+72=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #899B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B48 is #7664B7. Grayscale: #8C8C8C. Windows color (decimal): -7759032 or 4758409. OLE color: 4758409.

HSL color Cylindrical-coordinate representation of color #899B48: hue angle of 73.01º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #899B48 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB13715572-
CMYK0.1200.540.39
HSL73.01º36.56%44.51%-
HSV(B)73.01º53.55%60.78%-
XYZ23.2129.2310.55-
YUV140.1689.54125.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=37.64%
G=42.58%
B=19.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137155720.1200.540.3973.0136.5644.51
Hex899B48C0362749252d
Octal21123311014066471114555
Binary10001001100110111001000110001101101001111001001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899B48; }

 p { color: rgb(137,155,72); }

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

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

 a { background-color: rgb(137,155,72); }

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

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

 span { border-color: rgb(137,155,72); }

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