#989757

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

Shades of Avocado #989757

Tints of Avocado #989757

Color information

#989757 (or 0x989757) is unknown color: approx Avocado. HEX triplet: 98, 97 and 57. RGB value is (152,151,87). Sum of RGB (Red+Green+Blue) = 152+151+87=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #989757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989757 is #6768A8. Grayscale: #909090. Windows color (decimal): -6777001 or 5740440. OLE color: 5740440.

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

Color convert

RGB15215187-
CMYK00.010.430.40
HSL59.08º27.2%46.86%-
HSV(B)59.08º42.76%59.61%-
XYZ25.7429.513.35-
YUV14495.83133.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=38.97%
G=38.72%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521518700.010.430.4059.0827.246.86
Hex989757012B283b1b2f
Octal230227127015350733357
Binary100110001001011110101110110101110100011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989757; }

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

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

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

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

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

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

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

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