#9D9757

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

Shades of Avocado #9D9757

Tints of Avocado #9D9757

Color information

#9D9757 (or 0x9D9757) is unknown color: approx Avocado. HEX triplet: 9D, 97 and 57. RGB value is (157,151,87). Sum of RGB (Red+Green+Blue) = 157+151+87=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9757 is #6268A8. Grayscale: #919191. Windows color (decimal): -6449321 or 5740445. OLE color: 5740445.

HSL color Cylindrical-coordinate representation of color #9D9757: hue angle of 54.86º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D9757 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15715187-
CMYK00.040.450.38
HSL54.86º28.69%47.84%-
HSV(B)54.86º44.59%61.57%-
XYZ26.6929.9913.4-
YUV145.594.99136.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=39.75%
G=38.23%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571518700.040.450.3854.8628.6947.84
Hex9D9757042D26371d30
Octal235227127045546673560
Binary10011101100101111010111010010110110011011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,87); }

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

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

 a { background-color: rgb(157,151,87); }

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

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

 span { border-color: rgb(157,151,87); }

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