Html Css Color HEX #89955E Avocado

📋 copy color: '#89955E'

red 137 ◦ green 149 ◦ blue 94

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

Shades of Avocado #89955E

Tints of Avocado #89955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 36.05%
G = 39.21%
B = 24.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#89955E (or 0x89955E) is known color: Avocado. HEX triplet: 89, 95 and 5E. RGB value is (137,149,94). Sum of RGB (Red+Green+Blue) = 137+149+94=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #89955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89955E is #766AA1. Grayscale: #8B8B8B. Windows color (decimal): -7760546 or 6198665. OLE color: 6198665.

HSL color Cylindrical-coordinate representation of color #89955E: hue angle of 73.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89955E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 94 -
CMYK 0.08 0 0.37 0.42
HSL 73.09º 0.23% 0.48% -
HSV(B) 73.09º 0.37% 0.58% -
XYZ 23.08 27.62 14.7 -
YUV 139.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 137 149 94 0.08 0 0.37 0.42 73.09 0.23 0.48
Hex 89 95 5E 8 0 25 2A 49 17 30
Octal 211 225 136 10 0 45 52 111 27 60
Binary 10001001 10010101 1011110 1000 0 100101 101010 1001001 10111 110000

Color Harmonies of #89955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89955E

Black with #89955E

Text Example


Text Example

White with #89955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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