#9B995D

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

Shades of Avocado #9B995D

Tints of Avocado #9B995D

Color information

#9B995D (or 0x9B995D) is unknown color: approx Avocado. HEX triplet: 9B, 99 and 5D. RGB value is (155,153,93). Sum of RGB (Red+Green+Blue) = 155+153+93=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B995D is #6466A2. Grayscale: #929292. Windows color (decimal): -6579875 or 6134171. OLE color: 6134171.

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

Color convert

RGB15515393-
CMYK00.010.40.39
HSL58.06º25%48.63%-
HSV(B)58.06º40%60.78%-
XYZ26.8830.5414.83-
YUV146.7697.66133.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=38.65%
G=38.15%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551539300.010.40.3958.062548.63
Hex9B995D0128273a1931
Octal233231135015047723161
Binary100110111001100110111010110100010011111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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