#939266

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

Shades of Avocado #939266

Tints of Avocado #939266

Color information

#939266 (or 0x939266) is unknown color: approx Avocado. HEX triplet: 93, 92 and 66. RGB value is (147,146,102). Sum of RGB (Red+Green+Blue) = 147+146+102=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #939266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939266 is #6C6D99. Grayscale: #8D8D8D. Windows color (decimal): -7105946 or 6722195. OLE color: 6722195.

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

Color convert

RGB147146102-
CMYK00.010.310.42
HSL58.67º18.07%48.82%-
HSV(B)58.67º30.61%57.65%-
XYZ24.7127.7216.62-
YUV141.28105.83132.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=37.22%
G=36.96%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714610200.010.310.4258.6718.0748.82
Hex939266011F2A3b1231
Octal223222146013752732261
Binary10010011100100101100110011111110101011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939266; }

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

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

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

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

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

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

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

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