#949467

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

Shades of Avocado #949467

Tints of Avocado #949467

Color information

#949467 (or 0x949467) is unknown color: approx Avocado. HEX triplet: 94, 94 and 67. RGB value is (148,148,103). Sum of RGB (Red+Green+Blue) = 148+148+103=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949467 is #6B6B98. Grayscale: #8F8F8F. Windows color (decimal): -7039897 or 6788244. OLE color: 6788244.

HSL color Cylindrical-coordinate representation of color #949467: 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.3%. Process color model (Four color, CMYK) of #949467 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148148103-
CMYK000.300.42
HSL60º17.93%49.22%-
HSV(B)60º30.41%58.04%-
XYZ25.2528.4516.99-
YUV142.87105.5131.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=37.09%
G=37.09%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148103000.300.426017.9349.22
Hex949467001E2A3c1231
Octal224224147003652742261
Binary10010100100101001100111001111010101011110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949467; }

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

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

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

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

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

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

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

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