#9B9857

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

Shades of Avocado #9B9857

Tints of Avocado #9B9857

Color information

#9B9857 (or 0x9B9857) is unknown color: approx Avocado. HEX triplet: 9B, 98 and 57. RGB value is (155,152,87). Sum of RGB (Red+Green+Blue) = 155+152+87=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9857 is #6467A8. Grayscale: #919191. Windows color (decimal): -6580137 or 5740699. OLE color: 5740699.

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

Color convert

RGB15515287-
CMYK00.020.440.39
HSL57.35º28.1%47.45%-
HSV(B)57.35º43.87%60.78%-
XYZ26.4730.1113.43-
YUV145.4994.99134.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=39.34%
G=38.58%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551528700.020.440.3957.3528.147.45
Hex9B9857022C27391c2f
Octal233230127025447713457
Binary1001101110011000101011101010110010011111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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