#9E995A

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

Shades of Avocado #9E995A

Tints of Avocado #9E995A

Color information

#9E995A (or 0x9E995A) is unknown color: approx Avocado. HEX triplet: 9E, 99 and 5A. RGB value is (158,153,90). Sum of RGB (Red+Green+Blue) = 158+153+90=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E995A is #6166A5. Grayscale: #939393. Windows color (decimal): -6383270 or 5937566. OLE color: 5937566.

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

Color convert

RGB15815390-
CMYK00.030.430.38
HSL55.59º27.42%48.63%-
HSV(B)55.59º43.04%61.96%-
XYZ27.3430.7914.18-
YUV147.3195.66135.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=39.40%
G=38.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581539000.030.430.3855.5927.4248.63
Hex9E995A032B26381b31
Octal236231132035346703361
Binary1001111010011001101101001110101110011011100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,153,90); }

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

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

 a { background-color: rgb(158,153,90); }

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

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

 span { border-color: rgb(158,153,90); }

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