#9D995D

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

Shades of Avocado #9D995D

Tints of Avocado #9D995D

Color information

#9D995D (or 0x9D995D) is unknown color: approx Avocado. HEX triplet: 9D, 99 and 5D. RGB value is (157,153,93). Sum of RGB (Red+Green+Blue) = 157+153+93=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D995D is #6266A2. Grayscale: #939393. Windows color (decimal): -6448803 or 6134173. OLE color: 6134173.

HSL color Cylindrical-coordinate representation of color #9D995D: hue angle of 56.25º 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 #9D995D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15715393-
CMYK00.030.410.38
HSL56.25º25.6%49.02%-
HSV(B)56.25º40.76%61.57%-
XYZ27.2730.7414.85-
YUV147.3697.33134.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=38.96%
G=37.97%
B=23.08%

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
Decimal1571539300.030.410.3856.2525.649.02
Hex9D995D032926381a31
Octal235231135035146703261
Binary1001110110011001101110101110100110011011100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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