Html Css Color HEX #899465 Avocado

📋 copy color: '#899465'

red 137 ◦ green 148 ◦ blue 101

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

Shades of Avocado #899465

Tints of Avocado #899465

RGB

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

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

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

R = 35.49%
G = 38.34%
B = 26.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#899465 (or 0x899465) is known color: Avocado. HEX triplet: 89, 94 and 65. RGB value is (137,148,101). Sum of RGB (Red+Green+Blue) = 137+148+101=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #899465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899465 is #766B9A. Grayscale: #8B8B8B. Windows color (decimal): -7760795 or 6657161. OLE color: 6657161.

HSL color Cylindrical-coordinate representation of color #899465: hue angle of 74.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899465 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 101 -
CMYK 0.07 0 0.32 0.42
HSL 74.04º 0.19% 0.49% -
HSV(B) 74.04º 0.32% 0.58% -
XYZ 23.26 27.44 16.38 -
YUV 139.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 137 148 101 0.07 0 0.32 0.42 74.04 0.19 0.49
Hex 89 94 65 7 0 20 2A 4A 13 31
Octal 211 224 145 7 0 40 52 112 23 61
Binary 10001001 10010100 1100101 111 0 100000 101010 1001010 10011 110001

Color Harmonies of #899465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899465

Black with #899465

Text Example


Text Example

White with #899465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899465; }

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

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

background-color css

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

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

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

border-color css

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

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

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