#989760

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

Shades of Avocado #989760

Tints of Avocado #989760

Color information

#989760 (or 0x989760) is unknown color: approx Avocado. HEX triplet: 98, 97 and 60. RGB value is (152,151,96). Sum of RGB (Red+Green+Blue) = 152+151+96=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989760 is #67689F. Grayscale: #919191. Windows color (decimal): -6776992 or 6330264. OLE color: 6330264.

HSL color Cylindrical-coordinate representation of color #989760: hue angle of 58.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989760 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB15215196-
CMYK00.010.370.40
HSL58.93º22.58%48.63%-
HSV(B)58.93º36.84%59.61%-
XYZ26.1329.6515.41-
YUV145.03100.33132.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=38.10%
G=37.84%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521519600.010.370.4058.9322.5848.63
Hex9897600125283b1731
Octal230227140014550732761
Binary100110001001011111000000110010110100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989760; }

 p { color: rgb(152,151,96); }

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

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

 a { background-color: rgb(152,151,96); }

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

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

 span { border-color: rgb(152,151,96); }

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