Html Css Color HEX #899460 Avocado

📋 copy color: '#899460'

red 137 ◦ green 148 ◦ blue 96

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

Shades of Avocado #899460

Tints of Avocado #899460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 35.96%
G = 38.85%
B = 25.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#899460 (or 0x899460) is known color: Avocado. HEX triplet: 89, 94 and 60. RGB value is (137,148,96). Sum of RGB (Red+Green+Blue) = 137+148+96=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #899460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899460 is #766B9F. Grayscale: #8A8A8A. Windows color (decimal): -7760800 or 6329481. OLE color: 6329481.

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

Color convert

RGB 137 148 96 -
CMYK 0.07 0 0.35 0.42
HSL 72.69º 0.21% 0.48% -
HSV(B) 72.69º 0.35% 0.58% -
XYZ 23.02 27.34 15.13 -
YUV 138.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 137 148 96 0.07 0 0.35 0.42 72.69 0.21 0.48
Hex 89 94 60 7 0 23 2A 49 15 30
Octal 211 224 140 7 0 43 52 111 25 60
Binary 10001001 10010100 1100000 111 0 100011 101010 1001001 10101 110000

Color Harmonies of #899460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899460

Black with #899460

Text Example


Text Example

White with #899460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899460; }

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

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

background-color css

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

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

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

border-color css

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

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

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