#94915D

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

Shades of Avocado #94915D

Tints of Avocado #94915D

Color information

#94915D (or 0x94915D) is unknown color: approx Avocado. HEX triplet: 94, 91 and 5D. RGB value is (148,145,93). Sum of RGB (Red+Green+Blue) = 148+145+93=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94915D is #6B6EA2. Grayscale: #8C8C8C. Windows color (decimal): -7040675 or 6132116. OLE color: 6132116.

HSL color Cylindrical-coordinate representation of color #94915D: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94915D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14814593-
CMYK00.020.370.42
HSL56.73º22.82%47.25%-
HSV(B)56.73º37.16%58.04%-
XYZ24.3127.3414.35-
YUV139.97101.49133.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=38.34%
G=37.56%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481459300.020.370.4256.7322.8247.25
Hex94915D02252A39172f
Octal224221135024552712757
Binary1001010010010001101110101010010110101011100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94915D; }

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

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

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

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

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

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

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

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