#9A965D

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

Shades of Avocado #9A965D

Tints of Avocado #9A965D

Color information

#9A965D (or 0x9A965D) is unknown color: approx Avocado. HEX triplet: 9A, 96 and 5D. RGB value is (154,150,93). Sum of RGB (Red+Green+Blue) = 154+150+93=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A965D is #6569A2. Grayscale: #909090. Windows color (decimal): -6646179 or 6133402. OLE color: 6133402.

HSL color Cylindrical-coordinate representation of color #9A965D: hue angle of 56.07º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A965D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15415093-
CMYK00.030.400.40
HSL56.07º24.7%48.43%-
HSV(B)56.07º39.61%60.39%-
XYZ26.2129.4714.66-
YUV144.798.83134.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=38.79%
G=37.78%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541509300.030.400.4056.0724.748.43
Hex9A965D032828381930
Octal232226135035050703160
Binary1001101010010110101110101110100010100011100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A965D; }

 p { color: rgb(154,150,93); }

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

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

 a { background-color: rgb(154,150,93); }

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

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

 span { border-color: rgb(154,150,93); }

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