#949159

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

Shades of Avocado #949159

Tints of Avocado #949159

Color information

#949159 (or 0x949159) is unknown color: approx Avocado. HEX triplet: 94, 91 and 59. RGB value is (148,145,89). Sum of RGB (Red+Green+Blue) = 148+145+89=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #949159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949159 is #6B6EA6. Grayscale: #8B8B8B. Windows color (decimal): -7040679 or 5869972. OLE color: 5869972.

HSL color Cylindrical-coordinate representation of color #949159: hue angle of 56.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949159 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14814589-
CMYK00.020.400.42
HSL56.95º24.89%46.47%-
HSV(B)56.95º39.86%58.04%-
XYZ24.1427.2713.44-
YUV139.5199.49134.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=38.74%
G=37.96%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481458900.020.400.4256.9524.8946.47
Hex94915902282A39192e
Octal224221131025052713156
Binary1001010010010001101100101010100010101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949159; }

 p { color: rgb(148,145,89); }

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

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

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

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

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

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

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