#89942C

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

Shades of Wasabi #89942C

Tints of Wasabi #89942C

Color information

#89942C (or 0x89942C) is unknown color: approx Wasabi. HEX triplet: 89, 94 and 2C. RGB value is (137,148,44). Sum of RGB (Red+Green+Blue) = 137+148+44=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #89942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89942C is #766BD3. Grayscale: #858585. Windows color (decimal): -7760852 or 2921609. OLE color: 2921609.

HSL color Cylindrical-coordinate representation of color #89942C: hue angle of 66.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89942C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13714844-
CMYK0.0700.700.42
HSL66.35º54.17%37.65%-
HSV(B)66.35º70.27%58.04%-
XYZ21.3626.686.41-
YUV132.8577.86130.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=41.64%
G=44.98%
B=13.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137148440.0700.700.4266.3554.1737.65
Hex89942C70462A423626
Octal2112245470106521026646
Binary1000100110010100101100111010001101010101000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89942C; }

 p { color: rgb(137,148,44); }

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

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

 a { background-color: rgb(137,148,44); }

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

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

 span { border-color: rgb(137,148,44); }

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