#89924E

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

Shades of Wasabi #89924E

Tints of Wasabi #89924E

Color information

#89924E (or 0x89924E) is unknown color: approx Wasabi. HEX triplet: 89, 92 and 4E. RGB value is (137,146,78). Sum of RGB (Red+Green+Blue) = 137+146+78=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #89924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89924E is #766DB1. Grayscale: #878787. Windows color (decimal): -7761330 or 5149321. OLE color: 5149321.

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

Color convert

RGB13714678-
CMYK0.0600.470.43
HSL67.94º30.36%43.92%-
HSV(B)67.94º46.58%57.25%-
XYZ21.9726.4311.15-
YUV135.5695.52129.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=37.95%
G=40.44%
B=21.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137146780.0600.470.4367.9430.3643.92
Hex89924E602F2B441e2c
Octal2112221166057531043654
Binary100010011001001010011101100101111101011100010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89924E; }

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

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

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

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

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

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

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

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