#96945E

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

Shades of Avocado #96945E

Tints of Avocado #96945E

Color information

#96945E (or 0x96945E) is unknown color: approx Avocado. HEX triplet: 96, 94 and 5E. RGB value is (150,148,94). Sum of RGB (Red+Green+Blue) = 150+148+94=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96945E is #696BA1. Grayscale: #8E8E8E. Windows color (decimal): -6908834 or 6198422. OLE color: 6198422.

HSL color Cylindrical-coordinate representation of color #96945E: hue angle of 57.86º 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 #96945E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15014894-
CMYK00.010.370.41
HSL57.86º22.95%47.84%-
HSV(B)57.86º37.33%58.82%-
XYZ25.1928.4714.76-
YUV142.44100.66133.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=38.27%
G=37.76%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501489400.010.370.4157.8622.9547.84
Hex96945E0125293a1730
Octal226224136014551722760
Binary100101101001010010111100110010110100111101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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