#9B985F

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

Shades of Avocado #9B985F

Tints of Avocado #9B985F

Color information

#9B985F (or 0x9B985F) is unknown color: approx Avocado. HEX triplet: 9B, 98 and 5F. RGB value is (155,152,95). Sum of RGB (Red+Green+Blue) = 155+152+95=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B985F is #6467A0. Grayscale: #929292. Windows color (decimal): -6580129 or 6264987. OLE color: 6264987.

HSL color Cylindrical-coordinate representation of color #9B985F: hue angle of 57º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B985F is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15515295-
CMYK00.020.390.39
HSL57º24%49.02%-
HSV(B)57º38.71%60.78%-
XYZ26.8130.2515.25-
YUV146.498.99134.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=38.56%
G=37.81%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551529500.020.390.39572449.02
Hex9B985F022727391831
Octal233230137024747713061
Binary1001101110011000101111101010011110011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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