#9B9556

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

Shades of Avocado #9B9556

Tints of Avocado #9B9556

Color information

#9B9556 (or 0x9B9556) is unknown color: approx Avocado. HEX triplet: 9B, 95 and 56. RGB value is (155,149,86). Sum of RGB (Red+Green+Blue) = 155+149+86=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9556 is #646AA9. Grayscale: #8F8F8F. Windows color (decimal): -6580906 or 5674395. OLE color: 5674395.

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

Color convert

RGB15514986-
CMYK00.040.450.39
HSL54.78º28.63%47.25%-
HSV(B)54.78º44.52%60.78%-
XYZ25.9429.1413.06-
YUV143.6195.49136.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=39.74%
G=38.21%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551498600.040.450.3954.7828.6347.25
Hex9B9556042D27371d2f
Octal233225126045547673557
Binary10011011100101011010110010010110110011111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,86); }

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

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

 a { background-color: rgb(155,149,86); }

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

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

 span { border-color: rgb(155,149,86); }

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