#949356

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

Shades of Avocado #949356

Tints of Avocado #949356

Color information

#949356 (or 0x949356) is unknown color: approx Avocado. HEX triplet: 94, 93 and 56. RGB value is (148,147,86). Sum of RGB (Red+Green+Blue) = 148+147+86=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #949356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949356 is #6B6CA9. Grayscale: #8C8C8C. Windows color (decimal): -7040170 or 5673876. OLE color: 5673876.

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

Color convert

RGB14814786-
CMYK00.010.420.42
HSL59.03º26.5%45.88%-
HSV(B)59.03º41.89%58.04%-
XYZ24.3327.8412.89-
YUV140.3497.33133.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=38.85%
G=38.58%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481478600.010.420.4259.0326.545.88
Hex949356012A2A3b1a2e
Octal224223126015252733256
Binary100101001001001110101100110101010101011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949356; }

 p { color: rgb(148,147,86); }

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

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

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

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

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

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

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