Html Css Color HEX #89935D Avocado

📋 copy color: '#89935D'

red 137 ◦ green 147 ◦ blue 93

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

Shades of Avocado #89935D

Tints of Avocado #89935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 36.34%
G = 38.99%
B = 24.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#89935D (or 0x89935D) is known color: Avocado. HEX triplet: 89, 93 and 5D. RGB value is (137,147,93). Sum of RGB (Red+Green+Blue) = 137+147+93=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #89935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935D is #766CA2. Grayscale: #8A8A8A. Windows color (decimal): -7761059 or 6132617. OLE color: 6132617.

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

Color convert

RGB 137 147 93 -
CMYK 0.07 0 0.37 0.42
HSL 71.11º 0.23% 0.47% -
HSV(B) 71.11º 0.37% 0.58% -
XYZ 22.73 26.98 14.37 -
YUV 137.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 137 147 93 0.07 0 0.37 0.42 71.11 0.23 0.47
Hex 89 93 5D 7 0 25 2A 47 16 2F
Octal 211 223 135 7 0 45 52 107 26 57
Binary 10001001 10010011 1011101 111 0 100101 101010 1000111 10110 101111

Color Harmonies of #89935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89935D

Black with #89935D

Text Example


Text Example

White with #89935D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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