#94915C

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

Shades of Avocado #94915C

Tints of Avocado #94915C

Color information

#94915C (or 0x94915C) is unknown color: approx Avocado. HEX triplet: 94, 91 and 5C. RGB value is (148,145,92). Sum of RGB (Red+Green+Blue) = 148+145+92=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94915C is #6B6EA3. Grayscale: #8C8C8C. Windows color (decimal): -7040676 or 6066580. OLE color: 6066580.

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

Color convert

RGB14814592-
CMYK00.020.380.42
HSL56.79º23.33%47.06%-
HSV(B)56.79º37.84%58.04%-
XYZ24.2727.3214.12-
YUV139.85100.99133.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=38.44%
G=37.66%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481459200.020.380.4256.7923.3347.06
Hex94915C02262A39172f
Octal224221134024652712757
Binary1001010010010001101110001010011010101011100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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