Html Css Color HEX #89946C Avocado

📋 copy color: '#89946C'

red 137 ◦ green 148 ◦ blue 108

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

Shades of Avocado #89946C

Tints of Avocado #89946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 34.86%
G = 37.66%
B = 27.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#89946C (or 0x89946C) is known color: Avocado. HEX triplet: 89, 94 and 6C. RGB value is (137,148,108). Sum of RGB (Red+Green+Blue) = 137+148+108=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #89946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89946C is #766B93. Grayscale: #8C8C8C. Windows color (decimal): -7760788 or 7115913. OLE color: 7115913.

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

Color convert

RGB 137 148 108 -
CMYK 0.07 0 0.27 0.42
HSL 76.5º 0.16% 0.5% -
HSV(B) 76.5º 0.27% 0.58% -
XYZ 23.61 27.58 18.27 -
YUV 140.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 137 148 108 0.07 0 0.27 0.42 76.5 0.16 0.5
Hex 89 94 6C 7 0 1B 2A 4C 10 32
Octal 211 224 154 7 0 33 52 114 20 62
Binary 10001001 10010100 1101100 111 0 11011 101010 1001100 10000 110010

Color Harmonies of #89946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89946C

Black with #89946C

Text Example


Text Example

White with #89946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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