#9B9655

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

Shades of Avocado #9B9655

Tints of Avocado #9B9655

Color information

#9B9655 (or 0x9B9655) is unknown color: approx Avocado. HEX triplet: 9B, 96 and 55. RGB value is (155,150,85). Sum of RGB (Red+Green+Blue) = 155+150+85=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9655 is #6469AA. Grayscale: #909090. Windows color (decimal): -6580651 or 5609115. OLE color: 5609115.

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

Color convert

RGB15515085-
CMYK00.030.450.39
HSL55.71º29.17%47.06%-
HSV(B)55.71º45.16%60.78%-
XYZ26.0629.4412.9-
YUV144.0894.66135.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=39.74%
G=38.46%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551508500.030.450.3955.7129.1747.06
Hex9B9655032D27381d2f
Octal233226125035547703557
Binary1001101110010110101010101110110110011111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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