#9B975D

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

Shades of Avocado #9B975D

Tints of Avocado #9B975D

Color information

#9B975D (or 0x9B975D) is unknown color: approx Avocado. HEX triplet: 9B, 97 and 5D. RGB value is (155,151,93). Sum of RGB (Red+Green+Blue) = 155+151+93=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B975D is #6468A2. Grayscale: #919191. Windows color (decimal): -6580387 or 6133659. OLE color: 6133659.

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

Color convert

RGB15515193-
CMYK00.030.40.39
HSL56.13º25%48.63%-
HSV(B)56.13º40%60.78%-
XYZ26.5629.8914.73-
YUV145.5898.33134.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=38.85%
G=37.84%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551519300.030.40.3956.132548.63
Hex9B975D032827381931
Octal233227135035047703161
Binary1001101110010111101110101110100010011111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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