#96935E

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

Shades of Avocado #96935E

Tints of Avocado #96935E

Color information

#96935E (or 0x96935E) is unknown color: approx Avocado. HEX triplet: 96, 93 and 5E. RGB value is (150,147,94). Sum of RGB (Red+Green+Blue) = 150+147+94=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96935E is #696CA1. Grayscale: #8E8E8E. Windows color (decimal): -6909090 or 6198166. OLE color: 6198166.

HSL color Cylindrical-coordinate representation of color #96935E: hue angle of 56.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96935E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15014794-
CMYK00.020.370.41
HSL56.79º22.95%47.84%-
HSV(B)56.79º37.33%58.82%-
XYZ25.0328.1614.71-
YUV141.86100.99133.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=38.36%
G=37.60%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501479400.020.370.4156.7922.9547.84
Hex96935E022529391730
Octal226223136024551712760
Binary1001011010010011101111001010010110100111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96935E; }

 p { color: rgb(150,147,94); }

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

<style>
 a { background-color: #96935E; }

 a { background-color: rgb(150,147,94); }

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

<style>
 span { border-color: #96935E; }

 span { border-color: rgb(150,147,94); }

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