Html Css Color HEX #989C73 Avocado

📋 copy color: '#989C73'

red 152 ◦ green 156 ◦ blue 115

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

Shades of Avocado #989C73

Tints of Avocado #989C73

RGB

 RED value IS 152 (59.77% from 255) = 35.93%

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 35.93%
G = 36.88%
B = 27.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#989C73 (or 0x989C73) is known color: Avocado. HEX triplet: 98, 9C and 73. RGB value is (152,156,115). Sum of RGB (Red+Green+Blue) = 152+156+115=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #989C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C73 is #67638C. Grayscale: #969696. Windows color (decimal): -6775693 or 7576728. OLE color: 7576728.

HSL color Cylindrical-coordinate representation of color #989C73: hue angle of 65.85º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989C73 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 156 115 -
CMYK 0.03 0 0.26 0.39
HSL 65.85º 0.17% 0.53% -
HSV(B) 65.85º 0.26% 0.61% -
XYZ 27.93 31.69 20.86 -
YUV 150.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 152 156 115 0.03 0 0.26 0.39 65.85 0.17 0.53
Hex 98 9C 73 3 0 1A 27 42 11 35
Octal 230 234 163 3 0 32 47 102 21 65
Binary 10011000 10011100 1110011 11 0 11010 100111 1000010 10001 110101

Color Harmonies of #989C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C73

Black with #989C73

Text Example


Text Example

White with #989C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989C73; }

 p { color: rgb(152,156,115); }

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

background-color css

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

 a { background-color: rgb(152,156,115); }

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

border-color css

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

 span { border-color: rgb(152,156,115); }

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