#989661

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

Shades of Avocado #989661

Tints of Avocado #989661

Color information

#989661 (or 0x989661) is unknown color: approx Avocado. HEX triplet: 98, 96 and 61. RGB value is (152,150,97). Sum of RGB (Red+Green+Blue) = 152+150+97=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989661 is #67699E. Grayscale: #909090. Windows color (decimal): -6777247 or 6395544. OLE color: 6395544.

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

Color convert

RGB15215097-
CMYK00.010.360.40
HSL57.82º22.09%48.82%-
HSV(B)57.82º36.18%59.61%-
XYZ26.0129.3515.6-
YUV144.56101.16133.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=38.10%
G=37.59%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521509700.010.360.4057.8222.0948.82
Hex9896610124283a1631
Octal230226141014450722661
Binary100110001001011011000010110010010100011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989661; }

 p { color: rgb(152,150,97); }

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

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

 a { background-color: rgb(152,150,97); }

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

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

 span { border-color: rgb(152,150,97); }

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