Html Css Color HEX #989C6D Avocado

📋 copy color: '#989C6D'

red 152 ◦ green 156 ◦ blue 109

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

Shades of Avocado #989C6D

Tints of Avocado #989C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 36.45%
G = 37.41%
B = 26.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#989C6D (or 0x989C6D) is known color: Avocado. HEX triplet: 98, 9C and 6D. RGB value is (152,156,109). Sum of RGB (Red+Green+Blue) = 152+156+109=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #989C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C6D is #676392. Grayscale: #959595. Windows color (decimal): -6775699 or 7183512. OLE color: 7183512.

HSL color Cylindrical-coordinate representation of color #989C6D: hue angle of 65.11º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989C6D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 156 109 -
CMYK 0.03 0 0.30 0.39
HSL 65.11º 0.19% 0.52% -
HSV(B) 65.11º 0.3% 0.61% -
XYZ 27.6 31.56 19.1 -
YUV 149.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 152 156 109 0.03 0 0.30 0.39 65.11 0.19 0.52
Hex 98 9C 6D 3 0 1E 27 41 13 34
Octal 230 234 155 3 0 36 47 101 23 64
Binary 10011000 10011100 1101101 11 0 11110 100111 1000001 10011 110100

Color Harmonies of #989C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C6D

Black with #989C6D

Text Example


Text Example

White with #989C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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