#96995C

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

Shades of Avocado #96995C

Tints of Avocado #96995C

Color information

#96995C (or 0x96995C) is unknown color: approx Avocado. HEX triplet: 96, 99 and 5C. RGB value is (150,153,92). Sum of RGB (Red+Green+Blue) = 150+153+92=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #96995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96995C is #6966A3. Grayscale: #919191. Windows color (decimal): -6907556 or 6068630. OLE color: 6068630.

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

Color convert

RGB15015392-
CMYK0.0200.400.4
HSL62.95º24.9%48.04%-
HSV(B)62.95º39.87%60%-
XYZ25.930.0414.56-
YUV145.1598.01131.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=37.97%
G=38.73%
B=23.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153920.0200.400.462.9524.948.04
Hex96995C2028283f1930
Octal226231134205050773160
Binary1001011010011001101110010010100010100011111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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