Html Css Color HEX #899661 Avocado

📋 copy color: '#899661'

red 137 ◦ green 150 ◦ blue 97

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

Shades of Avocado #899661

Tints of Avocado #899661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 35.68%
G = 39.06%
B = 25.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#899661 (or 0x899661) is known color: Avocado. HEX triplet: 89, 96 and 61. RGB value is (137,150,97). Sum of RGB (Red+Green+Blue) = 137+150+97=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #899661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899661 is #76699E. Grayscale: #8C8C8C. Windows color (decimal): -7760287 or 6395529. OLE color: 6395529.

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

Color convert

RGB 137 150 97 -
CMYK 0.09 0 0.35 0.41
HSL 74.72º 0.21% 0.48% -
HSV(B) 74.72º 0.35% 0.59% -
XYZ 23.38 27.99 15.48 -
YUV 140.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 137 150 97 0.09 0 0.35 0.41 74.72 0.21 0.48
Hex 89 96 61 9 0 23 29 4B 15 30
Octal 211 226 141 11 0 43 51 113 25 60
Binary 10001001 10010110 1100001 1001 0 100011 101001 1001011 10101 110000

Color Harmonies of #899661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899661

Black with #899661

Text Example


Text Example

White with #899661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899661; }

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

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

background-color css

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

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

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

border-color css

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

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

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