Html Css Color HEX #89946E Avocado

📋 copy color: '#89946E'

red 137 ◦ green 148 ◦ blue 110

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

Shades of Avocado #89946E

Tints of Avocado #89946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 34.68%
G = 37.47%
B = 27.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#89946E (or 0x89946E) is known color: Avocado. HEX triplet: 89, 94 and 6E. RGB value is (137,148,110). Sum of RGB (Red+Green+Blue) = 137+148+110=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #89946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89946E is #766B91. Grayscale: #8C8C8C. Windows color (decimal): -7760786 or 7246985. OLE color: 7246985.

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

Color convert

RGB 137 148 110 -
CMYK 0.07 0 0.26 0.42
HSL 77.37º 0.15% 0.51% -
HSV(B) 77.37º 0.26% 0.58% -
XYZ 23.72 27.62 18.83 -
YUV 140.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 137 148 110 0.07 0 0.26 0.42 77.37 0.15 0.51
Hex 89 94 6E 7 0 1A 2A 4D F 33
Octal 211 224 156 7 0 32 52 115 17 63
Binary 10001001 10010100 1101110 111 0 11010 101010 1001101 1111 110011

Color Harmonies of #89946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89946E

Black with #89946E

Text Example


Text Example

White with #89946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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