#94935C

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

Shades of Avocado #94935C

Tints of Avocado #94935C

Color information

#94935C (or 0x94935C) is unknown color: approx Avocado. HEX triplet: 94, 93 and 5C. RGB value is (148,147,92). Sum of RGB (Red+Green+Blue) = 148+147+92=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94935C is #6B6CA3. Grayscale: #8D8D8D. Windows color (decimal): -7040164 or 6067092. OLE color: 6067092.

HSL color Cylindrical-coordinate representation of color #94935C: hue angle of 58.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94935C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14814792-
CMYK00.010.380.42
HSL58.93º23.33%47.06%-
HSV(B)58.93º37.84%58.04%-
XYZ24.5827.9414.22-
YUV141.03100.33132.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=38.24%
G=37.98%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481479200.010.380.4258.9323.3347.06
Hex94935C01262A3b172f
Octal224223134014652732757
Binary100101001001001110111000110011010101011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,147,92); }

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

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

 a { background-color: rgb(148,147,92); }

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

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

 span { border-color: rgb(148,147,92); }

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