#9D995E

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

Shades of Avocado #9D995E

Tints of Avocado #9D995E

Color information

#9D995E (or 0x9D995E) is unknown color: approx Avocado. HEX triplet: 9D, 99 and 5E. RGB value is (157,153,94). Sum of RGB (Red+Green+Blue) = 157+153+94=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D995E is #6266A1. Grayscale: #939393. Windows color (decimal): -6448802 or 6199709. OLE color: 6199709.

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

Color convert

RGB15715394-
CMYK00.030.400.38
HSL56.19º25.1%49.22%-
HSV(B)56.19º40.13%61.57%-
XYZ27.3230.7615.09-
YUV147.4797.83134.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=38.86%
G=37.87%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571539400.030.400.3856.1925.149.22
Hex9D995E032826381931
Octal235231136035046703161
Binary1001110110011001101111001110100010011011100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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