#949466

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

Shades of Avocado #949466

Tints of Avocado #949466

Color information

#949466 (or 0x949466) is unknown color: approx Avocado. HEX triplet: 94, 94 and 66. RGB value is (148,148,102). Sum of RGB (Red+Green+Blue) = 148+148+102=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949466 is #6B6B99. Grayscale: #8E8E8E. Windows color (decimal): -7039898 or 6722708. OLE color: 6722708.

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

Color convert

RGB148148102-
CMYK000.310.42
HSL60º18.4%49.02%-
HSV(B)60º31.08%58.04%-
XYZ25.228.4416.73-
YUV142.76105131.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=37.19%
G=37.19%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148102000.310.426018.449.02
Hex949466001F2A3c1231
Octal224224146003752742261
Binary10010100100101001100110001111110101011110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949466; }

 p { color: rgb(148,148,102); }

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

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

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

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

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

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

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