Html Css Color HEX #89956D Avocado

📋 copy color: '#89956D'

red 137 ◦ green 149 ◦ blue 109

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

Shades of Avocado #89956D

Tints of Avocado #89956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 34.68%
G = 37.72%
B = 27.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#89956D (or 0x89956D) is known color: Avocado. HEX triplet: 89, 95 and 6D. RGB value is (137,149,109). Sum of RGB (Red+Green+Blue) = 137+149+109=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #89956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89956D is #766A92. Grayscale: #8D8D8D. Windows color (decimal): -7760531 or 7181705. OLE color: 7181705.

HSL color Cylindrical-coordinate representation of color #89956D: hue angle of 78º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89956D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 109 -
CMYK 0.08 0 0.27 0.42
HSL 78º 0.16% 0.51% -
HSV(B) 78º 0.27% 0.58% -
XYZ 23.82 27.92 18.6 -
YUV 140.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 137 149 109 0.08 0 0.27 0.42 78 0.16 0.51
Hex 89 95 6D 8 0 1B 2A 4E 10 33
Octal 211 225 155 10 0 33 52 116 20 63
Binary 10001001 10010101 1101101 1000 0 11011 101010 1001110 10000 110011

Color Harmonies of #89956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89956D

Black with #89956D

Text Example


Text Example

White with #89956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,149,109); }

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

background-color css

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

 a { background-color: rgb(137,149,109); }

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

border-color css

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

 span { border-color: rgb(137,149,109); }

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