#96935A

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

Shades of Avocado #96935A

Tints of Avocado #96935A

Color information

#96935A (or 0x96935A) is unknown color: approx Avocado. HEX triplet: 96, 93 and 5A. RGB value is (150,147,90). Sum of RGB (Red+Green+Blue) = 150+147+90=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96935A is #696CA5. Grayscale: #8D8D8D. Windows color (decimal): -6909094 or 5936022. OLE color: 5936022.

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

Color convert

RGB15014790-
CMYK00.020.40.41
HSL57º25%47.06%-
HSV(B)57º40%58.82%-
XYZ24.8628.0913.78-
YUV141.498.99134.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=38.76%
G=37.98%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501479000.020.40.41572547.06
Hex96935A02282939192f
Octal226223132025051713157
Binary1001011010010011101101001010100010100111100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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