#89982E

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

Shades of Wasabi #89982E

Tints of Wasabi #89982E

Color information

#89982E (or 0x89982E) is unknown color: approx Wasabi. HEX triplet: 89, 98 and 2E. RGB value is (137,152,46). Sum of RGB (Red+Green+Blue) = 137+152+46=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #89982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89982E is #7667D1. Grayscale: #878787. Windows color (decimal): -7759826 or 3053705. OLE color: 3053705.

HSL color Cylindrical-coordinate representation of color #89982E: hue angle of 68.49º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89982E is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB13715246-
CMYK0.1000.700.40
HSL68.49º53.54%38.82%-
HSV(B)68.49º69.74%59.61%-
XYZ22.0427.976.82-
YUV135.4377.53129.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=40.90%
G=45.37%
B=13.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137152460.1000.700.4068.4953.5438.82
Hex89982EA04628443627
Octal21123056120106501046647
Binary10001001100110001011101010010001101010001000100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,152,46); }

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

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

 a { background-color: rgb(137,152,46); }

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

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

 span { border-color: rgb(137,152,46); }

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