Html Css Color HEX #89964A Wasabi

📋 copy color: '#89964A'

red 137 ◦ green 150 ◦ blue 74

#89964A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #89964A

Tints of Wasabi #89964A

RGB

 RED value IS 137 (53.91% from 255) = 37.95%

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 37.95%
G = 41.55%
B = 20.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#89964A (or 0x89964A) is known color: Wasabi. HEX triplet: 89, 96 and 4A. RGB value is (137,150,74). Sum of RGB (Red+Green+Blue) = 137+150+74=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #89964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89964A is #7669B5. Grayscale: #898989. Windows color (decimal): -7760310 or 4888201. OLE color: 4888201.

HSL color Cylindrical-coordinate representation of color #89964A: hue angle of 70.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89964A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 74 -
CMYK 0.09 0 0.51 0.41
HSL 70.26º 0.34% 0.44% -
HSV(B) 70.26º 0.51% 0.59% -
XYZ 22.46 27.63 10.63 -
YUV 137.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 137 150 74 0.09 0 0.51 0.41 70.26 0.34 0.44
Hex 89 96 4A 9 0 33 29 46 22 2C
Octal 211 226 112 11 0 63 51 106 42 54
Binary 10001001 10010110 1001010 1001 0 110011 101001 1000110 100010 101100

Color Harmonies of #89964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89964A

Black with #89964A

Text Example


Text Example

White with #89964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89964A; }

 p { color: rgb(137,150,74); }

 H1.HeaderClassName
 {
   color: #89964A;
 }
 .AnyTagClassName
 {
   color: #89964A;
 }
</style>

background-color css

<style>
 a { background-color: #89964A; }

 a { background-color: rgb(137,150,74); }

 div.DivClassName
 {
   background-color: #89964A;
 }
 .BgClassName
 {
   background-color: #89964A;
 }
</style>

border-color css

<style>
 span { border-color: #89964A; }

 span { border-color: rgb(137,150,74); }

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