Html Css Color HEX #899454 Avocado

📋 copy color: '#899454'

red 137 ◦ green 148 ◦ blue 84

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

Shades of Avocado #899454

Tints of Avocado #899454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 37.13%
G = 40.11%
B = 22.76%

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

#899454 (or 0x899454) is known color: Avocado. HEX triplet: 89, 94 and 54. RGB value is (137,148,84). Sum of RGB (Red+Green+Blue) = 137+148+84=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #899454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899454 is #766BAB. Grayscale: #898989. Windows color (decimal): -7760812 or 5543049. OLE color: 5543049.

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

Color convert

RGB 137 148 84 -
CMYK 0.07 0 0.43 0.42
HSL 70.31º 0.28% 0.45% -
HSV(B) 70.31º 0.43% 0.58% -
XYZ 22.51 27.14 12.44 -
YUV 137.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 137 148 84 0.07 0 0.43 0.42 70.31 0.28 0.45
Hex 89 94 54 7 0 2B 2A 46 1C 2D
Octal 211 224 124 7 0 53 52 106 34 55
Binary 10001001 10010100 1010100 111 0 101011 101010 1000110 11100 101101

Color Harmonies of #899454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899454

Black with #899454

Text Example


Text Example

White with #899454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899454; }

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

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

background-color css

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

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

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

border-color css

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

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

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