#949565

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

Shades of Avocado #949565

Tints of Avocado #949565

Color information

#949565 (or 0x949565) is unknown color: approx Avocado. HEX triplet: 94, 95 and 65. RGB value is (148,149,101). Sum of RGB (Red+Green+Blue) = 148+149+101=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #949565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949565 is #6B6A9A. Grayscale: #8F8F8F. Windows color (decimal): -7039643 or 6657428. OLE color: 6657428.

HSL color Cylindrical-coordinate representation of color #949565: hue angle of 61.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949565 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148149101-
CMYK0.0100.320.42
HSL61.25º19.2%49.02%-
HSV(B)61.25º32.21%58.43%-
XYZ25.3128.7316.52-
YUV143.23104.17131.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=37.19%
G=37.44%
B=25.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491010.0100.320.4261.2519.249.02
Hex94956510202A3d1331
Octal224225145104052752361
Binary100101001001010111001011010000010101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949565; }

 p { color: rgb(148,149,101); }

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

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

 a { background-color: rgb(148,149,101); }

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

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

 span { border-color: rgb(148,149,101); }

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