Html Css Color HEX #899456 Avocado

📋 copy color: '#899456'

red 137 ◦ green 148 ◦ blue 86

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

Shades of Avocado #899456

Tints of Avocado #899456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 36.93%
G = 39.89%
B = 23.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#899456 (or 0x899456) is known color: Avocado. HEX triplet: 89, 94 and 56. RGB value is (137,148,86). Sum of RGB (Red+Green+Blue) = 137+148+86=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #899456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899456 is #766BA9. Grayscale: #898989. Windows color (decimal): -7760810 or 5674121. OLE color: 5674121.

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

Color convert

RGB 137 148 86 -
CMYK 0.07 0 0.42 0.42
HSL 70.65º 0.26% 0.46% -
HSV(B) 70.65º 0.42% 0.58% -
XYZ 22.59 27.17 12.86 -
YUV 137.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 137 148 86 0.07 0 0.42 0.42 70.65 0.26 0.46
Hex 89 94 56 7 0 2A 2A 47 1A 2E
Octal 211 224 126 7 0 52 52 107 32 56
Binary 10001001 10010100 1010110 111 0 101010 101010 1000111 11010 101110

Color Harmonies of #899456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899456

Black with #899456

Text Example


Text Example

White with #899456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899456; }

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

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

background-color css

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

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

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

border-color css

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

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

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