Html Css Color HEX #89934A Wasabi

📋 copy color: '#89934A'

red 137 ◦ green 147 ◦ blue 74

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

Shades of Wasabi #89934A

Tints of Wasabi #89934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 38.27%
G = 41.06%
B = 20.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#89934A (or 0x89934A) is known color: Wasabi. HEX triplet: 89, 93 and 4A. RGB value is (137,147,74). Sum of RGB (Red+Green+Blue) = 137+147+74=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #89934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89934A is #766CB5. Grayscale: #878787. Windows color (decimal): -7761078 or 4887433. OLE color: 4887433.

HSL color Cylindrical-coordinate representation of color #89934A: hue angle of 68.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89934A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 74 -
CMYK 0.07 0 0.50 0.42
HSL 68.22º 0.33% 0.43% -
HSV(B) 68.22º 0.5% 0.58% -
XYZ 21.99 26.68 10.47 -
YUV 135.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 137 147 74 0.07 0 0.50 0.42 68.22 0.33 0.43
Hex 89 93 4A 7 0 32 2A 44 21 2B
Octal 211 223 112 7 0 62 52 104 41 53
Binary 10001001 10010011 1001010 111 0 110010 101010 1000100 100001 101011

Color Harmonies of #89934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89934A

Black with #89934A

Text Example


Text Example

White with #89934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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