#939652

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

Shades of Avocado #939652

Tints of Avocado #939652

Color information

#939652 (or 0x939652) is unknown color: approx Avocado. HEX triplet: 93, 96 and 52. RGB value is (147,150,82). Sum of RGB (Red+Green+Blue) = 147+150+82=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #939652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939652 is #6C69AD. Grayscale: #8D8D8D. Windows color (decimal): -7104942 or 5412499. OLE color: 5412499.

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

Color convert

RGB14715082-
CMYK0.0200.450.41
HSL62.65º29.31%45.49%-
HSV(B)62.65º45.33%58.82%-
XYZ24.4628.6212.22-
YUV141.3594.51132.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=38.79%
G=39.58%
B=21.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147150820.0200.450.4162.6529.3145.49
Hex939652202D293f1d2d
Octal223226122205551773555
Binary1001001110010110101001010010110110100111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939652; }

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

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

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

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

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

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

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

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