Html Css Color HEX #89944B Wasabi

📋 copy color: '#89944B'

red 137 ◦ green 148 ◦ blue 75

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

Shades of Wasabi #89944B

Tints of Wasabi #89944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 38.06%
G = 41.11%
B = 20.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#89944B (or 0x89944B) is known color: Wasabi. HEX triplet: 89, 94 and 4B. RGB value is (137,148,75). Sum of RGB (Red+Green+Blue) = 137+148+75=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #89944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89944B is #766BB4. Grayscale: #888888. Windows color (decimal): -7760821 or 4953225. OLE color: 4953225.

HSL color Cylindrical-coordinate representation of color #89944B: hue angle of 69.04º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89944B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 75 -
CMYK 0.07 0 0.49 0.42
HSL 69.04º 0.33% 0.44% -
HSV(B) 69.04º 0.49% 0.58% -
XYZ 22.18 27.01 10.7 -
YUV 136.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 137 148 75 0.07 0 0.49 0.42 69.04 0.33 0.44
Hex 89 94 4B 7 0 31 2A 45 21 2C
Octal 211 224 113 7 0 61 52 105 41 54
Binary 10001001 10010100 1001011 111 0 110001 101010 1000101 100001 101100

Color Harmonies of #89944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89944B

Black with #89944B

Text Example


Text Example

White with #89944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89944B; }

 p { color: rgb(137,148,75); }

 H1.HeaderClassName
 {
   color: #89944B;
 }
 .AnyTagClassName
 {
   color: #89944B;
 }
</style>

background-color css

<style>
 a { background-color: #89944B; }

 a { background-color: rgb(137,148,75); }

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

border-color css

<style>
 span { border-color: #89944B; }

 span { border-color: rgb(137,148,75); }

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