#939566

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

Shades of Avocado #939566

Tints of Avocado #939566

Color information

#939566 (or 0x939566) is unknown color: approx Avocado. HEX triplet: 93, 95 and 66. RGB value is (147,149,102). Sum of RGB (Red+Green+Blue) = 147+149+102=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #939566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939566 is #6C6A99. Grayscale: #8F8F8F. Windows color (decimal): -7105178 or 6722963. OLE color: 6722963.

HSL color Cylindrical-coordinate representation of color #939566: hue angle of 62.55º 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 #939566 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB147149102-
CMYK0.0100.320.42
HSL62.55º18.73%49.22%-
HSV(B)62.55º31.54%58.43%-
XYZ25.1828.6616.77-
YUV143.04104.84130.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=36.93%
G=37.44%
B=25.63%

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
Decimal1471491020.0100.320.4262.5518.7349.22
Hex93956610202A3f1331
Octal223225146104052772361
Binary100100111001010111001101010000010101011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939566; }

 p { color: rgb(147,149,102); }

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

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

 a { background-color: rgb(147,149,102); }

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

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

 span { border-color: rgb(147,149,102); }

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