#9E9757

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

Shades of Avocado #9E9757

Tints of Avocado #9E9757

Color information

#9E9757 (or 0x9E9757) is unknown color: approx Avocado. HEX triplet: 9E, 97 and 57. RGB value is (158,151,87). Sum of RGB (Red+Green+Blue) = 158+151+87=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9757 is #6168A8. Grayscale: #929292. Windows color (decimal): -6383785 or 5740446. OLE color: 5740446.

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

Color convert

RGB15815187-
CMYK00.040.450.38
HSL54.08º28.98%48.04%-
HSV(B)54.08º44.94%61.96%-
XYZ26.8930.0913.41-
YUV145.894.82136.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=39.90%
G=38.13%
B=21.97%

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
Decimal1581518700.040.450.3854.0828.9848.04
Hex9E9757042D26361d30
Octal236227127045546663560
Binary10011110100101111010111010010110110011011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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