#96996C

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

Shades of Avocado #96996C

Tints of Avocado #96996C

Color information

#96996C (or 0x96996C) is unknown color: approx Avocado. HEX triplet: 96, 99 and 6C. RGB value is (150,153,108). Sum of RGB (Red+Green+Blue) = 150+153+108=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #96996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96996C is #696693. Grayscale: #939393. Windows color (decimal): -6907540 or 7117206. OLE color: 7117206.

HSL color Cylindrical-coordinate representation of color #96996C: hue angle of 64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96996C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB150153108-
CMYK0.0200.290.4
HSL64º18.07%51.18%-
HSV(B)64º29.41%60%-
XYZ26.6830.3518.64-
YUV146.97106.01130.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=36.50%
G=37.23%
B=26.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531080.0200.290.46418.0751.18
Hex96996C201D28401233
Octal2262311542035501002263
Binary1001011010011001110110010011101101000100000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96996C; }

 p { color: rgb(150,153,108); }

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

<style>
 a { background-color: #96996C; }

 a { background-color: rgb(150,153,108); }

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

<style>
 span { border-color: #96996C; }

 span { border-color: rgb(150,153,108); }

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