Html Css Color HEX #89935E Avocado

📋 copy color: '#89935E'

red 137 ◦ green 147 ◦ blue 94

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

Shades of Avocado #89935E

Tints of Avocado #89935E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 36.24%
G = 38.89%
B = 24.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#89935E (or 0x89935E) is known color: Avocado. HEX triplet: 89, 93 and 5E. RGB value is (137,147,94). Sum of RGB (Red+Green+Blue) = 137+147+94=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #89935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935E is #766CA1. Grayscale: #8A8A8A. Windows color (decimal): -7761058 or 6198153. OLE color: 6198153.

HSL color Cylindrical-coordinate representation of color #89935E: hue angle of 71.32º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89935E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 94 -
CMYK 0.07 0 0.36 0.42
HSL 71.32º 0.22% 0.47% -
HSV(B) 71.32º 0.36% 0.58% -
XYZ 22.77 26.99 14.6 -
YUV 137.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 137 147 94 0.07 0 0.36 0.42 71.32 0.22 0.47
Hex 89 93 5E 7 0 24 2A 47 16 2F
Octal 211 223 136 7 0 44 52 107 26 57
Binary 10001001 10010011 1011110 111 0 100100 101010 1000111 10110 101111

Color Harmonies of #89935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89935E

Black with #89935E

Text Example


Text Example

White with #89935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89935E;
 }
 .AnyTagClassName
 {
   color: #89935E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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