#94925D

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

Shades of Avocado #94925D

Tints of Avocado #94925D

Color information

#94925D (or 0x94925D) is unknown color: approx Avocado. HEX triplet: 94, 92 and 5D. RGB value is (148,146,93). Sum of RGB (Red+Green+Blue) = 148+146+93=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94925D is #6B6DA2. Grayscale: #8C8C8C. Windows color (decimal): -7040419 or 6132372. OLE color: 6132372.

HSL color Cylindrical-coordinate representation of color #94925D: hue angle of 57.82º 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 #94925D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14814693-
CMYK00.010.370.42
HSL57.82º22.82%47.25%-
HSV(B)57.82º37.16%58.04%-
XYZ24.4727.6414.4-
YUV140.56101.16133.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=38.24%
G=37.73%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481469300.010.370.4257.8222.8247.25
Hex94925D01252A3a172f
Octal224222135014552722757
Binary100101001001001010111010110010110101011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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