#9B9657

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

Shades of Avocado #9B9657

Tints of Avocado #9B9657

Color information

#9B9657 (or 0x9B9657) is unknown color: approx Avocado. HEX triplet: 9B, 96 and 57. RGB value is (155,150,87). Sum of RGB (Red+Green+Blue) = 155+150+87=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9657 is #6469A8. Grayscale: #909090. Windows color (decimal): -6580649 or 5740187. OLE color: 5740187.

HSL color Cylindrical-coordinate representation of color #9B9657: hue angle of 55.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B9657 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15515087-
CMYK00.030.440.39
HSL55.59º28.1%47.45%-
HSV(B)55.59º43.87%60.78%-
XYZ26.1429.4713.33-
YUV144.3195.66135.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=39.54%
G=38.27%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551508700.030.440.3955.5928.147.45
Hex9B9657032C27381c2f
Octal233226127035447703457
Binary1001101110010110101011101110110010011111100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,87); }

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

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

 a { background-color: rgb(155,150,87); }

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

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

 span { border-color: rgb(155,150,87); }

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