Html Css Color HEX #899455 Avocado

📋 copy color: '#899455'

red 137 ◦ green 148 ◦ blue 85

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

Shades of Avocado #899455

Tints of Avocado #899455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 37.03%
G = 40%
B = 22.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#899455 (or 0x899455) is known color: Avocado. HEX triplet: 89, 94 and 55. RGB value is (137,148,85). Sum of RGB (Red+Green+Blue) = 137+148+85=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #899455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899455 is #766BAA. Grayscale: #898989. Windows color (decimal): -7760811 or 5608585. OLE color: 5608585.

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

Color convert

RGB 137 148 85 -
CMYK 0.07 0 0.43 0.42
HSL 70.48º 0.27% 0.46% -
HSV(B) 70.48º 0.43% 0.58% -
XYZ 22.55 27.15 12.65 -
YUV 137.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 137 148 85 0.07 0 0.43 0.42 70.48 0.27 0.46
Hex 89 94 55 7 0 2B 2A 46 1B 2E
Octal 211 224 125 7 0 53 52 106 33 56
Binary 10001001 10010100 1010101 111 0 101011 101010 1000110 11011 101110

Color Harmonies of #899455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899455

Black with #899455

Text Example


Text Example

White with #899455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899455; }

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

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

background-color css

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

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

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

border-color css

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

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

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