#9B985D

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

Shades of Avocado #9B985D

Tints of Avocado #9B985D

Color information

#9B985D (or 0x9B985D) is unknown color: approx Avocado. HEX triplet: 9B, 98 and 5D. RGB value is (155,152,93). Sum of RGB (Red+Green+Blue) = 155+152+93=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B985D is #6467A2. Grayscale: #929292. Windows color (decimal): -6580131 or 6133915. OLE color: 6133915.

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

Color convert

RGB15515293-
CMYK00.020.40.39
HSL57.1º25%48.63%-
HSV(B)57.1º40%60.78%-
XYZ26.7230.2214.78-
YUV146.1797.99134.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=38.75%
G=38%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551529300.020.40.3957.12548.63
Hex9B985D022827391931
Octal233230135025047713161
Binary1001101110011000101110101010100010011111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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