#899B4A

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

Shades of Wasabi #899B4A

Tints of Wasabi #899B4A

Color information

#899B4A (or 0x899B4A) is unknown color: approx Wasabi. HEX triplet: 89, 9B and 4A. RGB value is (137,155,74). Sum of RGB (Red+Green+Blue) = 137+155+74=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #899B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B4A is #7664B5. Grayscale: #8C8C8C. Windows color (decimal): -7759030 or 4889481. OLE color: 4889481.

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

Color convert

RGB13715574-
CMYK0.1200.520.39
HSL73.33º35.37%44.9%-
HSV(B)73.33º52.26%60.78%-
XYZ23.2729.2610.9-
YUV140.3890.54125.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=37.43%
G=42.35%
B=20.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137155740.1200.520.3973.3335.3744.9
Hex899B4AC0342749232d
Octal21123311214064471114355
Binary10001001100110111001010110001101001001111001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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