#989756

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

Shades of Avocado #989756

Tints of Avocado #989756

Color information

#989756 (or 0x989756) is unknown color: approx Avocado. HEX triplet: 98, 97 and 56. RGB value is (152,151,86). Sum of RGB (Red+Green+Blue) = 152+151+86=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #989756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989756 is #6768A9. Grayscale: #909090. Windows color (decimal): -6777002 or 5674904. OLE color: 5674904.

HSL color Cylindrical-coordinate representation of color #989756: hue angle of 59.09º degrees, saturation: 0.28, 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 #989756 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15215186-
CMYK00.010.430.40
HSL59.09º27.73%46.67%-
HSV(B)59.09º43.42%59.61%-
XYZ25.729.4813.14-
YUV143.8995.33133.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=39.07%
G=38.82%
B=22.11%

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
Decimal1521518600.010.430.4059.0927.7346.67
Hex989756012B283b1c2f
Octal230227126015350733457
Binary100110001001011110101100110101110100011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989756; }

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

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

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

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

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

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

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

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