#94925A

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

Shades of Avocado #94925A

Tints of Avocado #94925A

Color information

#94925A (or 0x94925A) is unknown color: approx Avocado. HEX triplet: 94, 92 and 5A. RGB value is (148,146,90). Sum of RGB (Red+Green+Blue) = 148+146+90=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94925A is #6B6DA5. Grayscale: #8C8C8C. Windows color (decimal): -7040422 or 5935764. OLE color: 5935764.

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

Color convert

RGB14814690-
CMYK00.010.390.42
HSL57.93º24.37%46.67%-
HSV(B)57.93º39.19%58.04%-
XYZ24.3427.5913.72-
YUV140.2199.66133.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=38.54%
G=38.02%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481469000.010.390.4257.9324.3746.67
Hex94925A01272A3a182f
Octal224222132014752723057
Binary100101001001001010110100110011110101011101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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