#9E9857

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

Shades of Avocado #9E9857

Tints of Avocado #9E9857

Color information

#9E9857 (or 0x9E9857) is unknown color: approx Avocado. HEX triplet: 9E, 98 and 57. RGB value is (158,152,87). Sum of RGB (Red+Green+Blue) = 158+152+87=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9857 is #6167A8. Grayscale: #929292. Windows color (decimal): -6383529 or 5740702. OLE color: 5740702.

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

Color convert

RGB15815287-
CMYK00.040.450.38
HSL54.93º28.98%48.04%-
HSV(B)54.93º44.94%61.96%-
XYZ27.0530.4113.46-
YUV146.3894.49136.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=39.80%
G=38.29%
B=21.91%

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
Decimal1581528700.040.450.3854.9328.9848.04
Hex9E9857042D26371d30
Octal236230127045546673560
Binary10011110100110001010111010010110110011011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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