Html Css Color HEX #899665 Avocado

📋 copy color: '#899665'

red 137 ◦ green 150 ◦ blue 101

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

Shades of Avocado #899665

Tints of Avocado #899665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 35.31%
G = 38.66%
B = 26.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#899665 (or 0x899665) is known color: Avocado. HEX triplet: 89, 96 and 65. RGB value is (137,150,101). Sum of RGB (Red+Green+Blue) = 137+150+101=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #899665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899665 is #76699A. Grayscale: #8C8C8C. Windows color (decimal): -7760283 or 6657673. OLE color: 6657673.

HSL color Cylindrical-coordinate representation of color #899665: hue angle of 75.92º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899665 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 101 -
CMYK 0.09 0 0.33 0.41
HSL 75.92º 0.2% 0.49% -
HSV(B) 75.92º 0.33% 0.59% -
XYZ 23.57 28.07 16.49 -
YUV 140.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 137 150 101 0.09 0 0.33 0.41 75.92 0.2 0.49
Hex 89 96 65 9 0 21 29 4C 14 31
Octal 211 226 145 11 0 41 51 114 24 61
Binary 10001001 10010110 1100101 1001 0 100001 101001 1001100 10100 110001

Color Harmonies of #899665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899665

Black with #899665

Text Example


Text Example

White with #899665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899665; }

 p { color: rgb(137,150,101); }

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

background-color css

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

 a { background-color: rgb(137,150,101); }

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

border-color css

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

 span { border-color: rgb(137,150,101); }

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