Html Css Color HEX #989C70 Avocado

📋 copy color: '#989C70'

red 152 ◦ green 156 ◦ blue 112

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

Shades of Avocado #989C70

Tints of Avocado #989C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 36.19%
G = 37.14%
B = 26.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#989C70 (or 0x989C70) is known color: Avocado. HEX triplet: 98, 9C and 70. RGB value is (152,156,112). Sum of RGB (Red+Green+Blue) = 152+156+112=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #989C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C70 is #67638F. Grayscale: #959595. Windows color (decimal): -6775696 or 7380120. OLE color: 7380120.

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

Color convert

RGB 152 156 112 -
CMYK 0.03 0 0.28 0.39
HSL 65.45º 0.18% 0.53% -
HSV(B) 65.45º 0.28% 0.61% -
XYZ 27.76 31.62 19.97 -
YUV 149.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 152 156 112 0.03 0 0.28 0.39 65.45 0.18 0.53
Hex 98 9C 70 3 0 1C 27 41 12 35
Octal 230 234 160 3 0 34 47 101 22 65
Binary 10011000 10011100 1110000 11 0 11100 100111 1000001 10010 110101

Color Harmonies of #989C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C70

Black with #989C70

Text Example


Text Example

White with #989C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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