#94965A

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

Shades of Avocado #94965A

Tints of Avocado #94965A

Color information

#94965A (or 0x94965A) is unknown color: approx Avocado. HEX triplet: 94, 96 and 5A. RGB value is (148,150,90). Sum of RGB (Red+Green+Blue) = 148+150+90=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #94965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94965A is #6B69A5. Grayscale: #8E8E8E. Windows color (decimal): -7039398 or 5936788. OLE color: 5936788.

HSL color Cylindrical-coordinate representation of color #94965A: hue angle of 62º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94965A is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB14815090-
CMYK0.0100.40.41
HSL62º25%47.06%-
HSV(B)62º40%58.82%-
XYZ24.9628.8513.93-
YUV142.5698.34131.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=38.14%
G=38.66%
B=23.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150900.0100.40.41622547.06
Hex94965A1028293e192f
Octal224226132105051763157
Binary100101001001011010110101010100010100111111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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