Html Css Color HEX #89936A Avocado

📋 copy color: '#89936A'

red 137 ◦ green 147 ◦ blue 106

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

Shades of Avocado #89936A

Tints of Avocado #89936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 35.13%
G = 37.69%
B = 27.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#89936A (or 0x89936A) is known color: Avocado. HEX triplet: 89, 93 and 6A. RGB value is (137,147,106). Sum of RGB (Red+Green+Blue) = 137+147+106=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #89936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89936A is #766C95. Grayscale: #8B8B8B. Windows color (decimal): -7761046 or 6984585. OLE color: 6984585.

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

Color convert

RGB 137 147 106 -
CMYK 0.07 0 0.28 0.42
HSL 74.63º 0.16% 0.5% -
HSV(B) 74.63º 0.28% 0.58% -
XYZ 23.35 27.23 17.66 -
YUV 139.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 137 147 106 0.07 0 0.28 0.42 74.63 0.16 0.5
Hex 89 93 6A 7 0 1C 2A 4B 10 32
Octal 211 223 152 7 0 34 52 113 20 62
Binary 10001001 10010011 1101010 111 0 11100 101010 1001011 10000 110010

Color Harmonies of #89936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89936A

Black with #89936A

Text Example


Text Example

White with #89936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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