Html Css Color HEX #89935C Avocado

📋 copy color: '#89935C'

red 137 ◦ green 147 ◦ blue 92

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

Shades of Avocado #89935C

Tints of Avocado #89935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 36.44%
G = 39.1%
B = 24.47%

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

#89935C (or 0x89935C) is known color: Avocado. HEX triplet: 89, 93 and 5C. RGB value is (137,147,92). Sum of RGB (Red+Green+Blue) = 137+147+92=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #89935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935C is #766CA3. Grayscale: #898989. Windows color (decimal): -7761060 or 6067081. OLE color: 6067081.

HSL color Cylindrical-coordinate representation of color #89935C: hue angle of 70.91º degrees, saturation: 0.23, 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 #89935C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 92 -
CMYK 0.07 0 0.37 0.42
HSL 70.91º 0.23% 0.47% -
HSV(B) 70.91º 0.37% 0.58% -
XYZ 22.68 26.96 14.13 -
YUV 137.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 137 147 92 0.07 0 0.37 0.42 70.91 0.23 0.47
Hex 89 93 5C 7 0 25 2A 47 17 2F
Octal 211 223 134 7 0 45 52 107 27 57
Binary 10001001 10010011 1011100 111 0 100101 101010 1000111 10111 101111

Color Harmonies of #89935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89935C

Black with #89935C

Text Example


Text Example

White with #89935C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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