#9D995C

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

Shades of Avocado #9D995C

Tints of Avocado #9D995C

Color information

#9D995C (or 0x9D995C) is unknown color: approx Avocado. HEX triplet: 9D, 99 and 5C. RGB value is (157,153,92). Sum of RGB (Red+Green+Blue) = 157+153+92=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D995C is #6266A3. Grayscale: #939393. Windows color (decimal): -6448804 or 6068637. OLE color: 6068637.

HSL color Cylindrical-coordinate representation of color #9D995C: hue angle of 56.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D995C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15715392-
CMYK00.030.410.38
HSL56.31º26.1%48.82%-
HSV(B)56.31º41.4%61.57%-
XYZ27.2330.7214.62-
YUV147.2496.83134.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=39.05%
G=38.06%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571539200.030.410.3856.3126.148.82
Hex9D995C032926381a31
Octal235231134035146703261
Binary1001110110011001101110001110100110011011100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,153,92); }

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

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

 a { background-color: rgb(157,153,92); }

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

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

 span { border-color: rgb(157,153,92); }

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