#989C5E

Color #989C5E Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #989C5E

Tints of Avocado #989C5E

Color information

#989C5E (or 0x989C5E) is unknown color: approx Avocado. HEX triplet: 98, 9C and 5E. RGB value is (152,156,94). Sum of RGB (Red+Green+Blue) = 152+156+94=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #989C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C5E is #6763A1. Grayscale: #939393. Windows color (decimal): -6775714 or 6200472. OLE color: 6200472.

HSL color Cylindrical-coordinate representation of color #989C5E: hue angle of 63.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989C5E is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15215694-
CMYK0.0300.400.39
HSL63.87º24.8%49.02%-
HSV(B)63.87º39.74%61.18%-
XYZ26.8631.2615.21-
YUV147.7497.67131.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=37.81%
G=38.81%
B=23.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152156940.0300.400.3963.8724.849.02
Hex989C5E302827401931
Octal2302341363050471003161
Binary10011000100111001011110110101000100111100000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #989C5E;
 }
 .AnyTagClassName
 {
   color: #989C5E;
 }
</style>
background-color css

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

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

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

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

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

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