#898B32

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

Shades of Wasabi #898B32

Tints of Wasabi #898B32

Color information

#898B32 (or 0x898B32) is unknown color: approx Wasabi. HEX triplet: 89, 8B and 32. RGB value is (137,139,50). Sum of RGB (Red+Green+Blue) = 137+139+50=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #898B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898B32 is #7674CD. Grayscale: #808080. Windows color (decimal): -7763150 or 3312521. OLE color: 3312521.

HSL color Cylindrical-coordinate representation of color #898B32: hue angle of 61.35º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #898B32 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB13713950-
CMYK0.0100.640.45
HSL61.35º47.09%37.06%-
HSV(B)61.35º64.03%54.51%-
XYZ20.1224.016.59-
YUV128.2683.84134.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=42.02%
G=42.64%
B=15.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137139500.0100.640.4561.3547.0937.06
Hex898B3210402D3d2f25
Octal211213621010055755745
Binary1000100110001011110010101000000101101111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B32; }

 p { color: rgb(137,139,50); }

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

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

 a { background-color: rgb(137,139,50); }

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

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

 span { border-color: rgb(137,139,50); }

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