Html Css Color HEX #89955C Avocado

📋 copy color: '#89955C'

red 137 ◦ green 149 ◦ blue 92

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

Shades of Avocado #89955C

Tints of Avocado #89955C

RGB

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

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

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

R = 36.24%
G = 39.42%
B = 24.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#89955C (or 0x89955C) is known color: Avocado. HEX triplet: 89, 95 and 5C. RGB value is (137,149,92). Sum of RGB (Red+Green+Blue) = 137+149+92=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #89955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89955C is #766AA3. Grayscale: #8B8B8B. Windows color (decimal): -7760548 or 6067593. OLE color: 6067593.

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

Color convert

RGB 137 149 92 -
CMYK 0.08 0 0.38 0.42
HSL 72.63º 0.24% 0.47% -
HSV(B) 72.63º 0.38% 0.58% -
XYZ 23 27.59 14.24 -
YUV 138.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 137 149 92 0.08 0 0.38 0.42 72.63 0.24 0.47
Hex 89 95 5C 8 0 26 2A 49 18 2F
Octal 211 225 134 10 0 46 52 111 30 57
Binary 10001001 10010101 1011100 1000 0 100110 101010 1001001 11000 101111

Color Harmonies of #89955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89955C

Black with #89955C

Text Example


Text Example

White with #89955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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