#89A141

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

Shades of Wasabi #89A141

Tints of Wasabi #89A141

Color information

#89A141 (or 0x89A141) is unknown color: approx Wasabi. HEX triplet: 89, A1 and 41. RGB value is (137,161,65). Sum of RGB (Red+Green+Blue) = 137+161+65=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #89A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A141 is #765EBE. Grayscale: #8F8F8F. Windows color (decimal): -7757503 or 4301193. OLE color: 4301193.

HSL color Cylindrical-coordinate representation of color #89A141: hue angle of 75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89A141 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB13716165-
CMYK0.1500.600.37
HSL75º42.48%44.31%-
HSV(B)75º59.63%63.14%-
XYZ24.0231.199.76-
YUV142.8884.05123.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=37.74%
G=44.35%
B=17.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal137161650.1500.600.377542.4844.31
Hex89A141F03C254b2a2c
Octal21124110117074451135254
Binary10001001101000011000001111101111001001011001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A141; }

 p { color: rgb(137,161,65); }

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

<style>
 a { background-color: #89A141; }

 a { background-color: rgb(137,161,65); }

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

<style>
 span { border-color: #89A141; }

 span { border-color: rgb(137,161,65); }

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