#94965E

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

Shades of Avocado #94965E

Tints of Avocado #94965E

Color information

#94965E (or 0x94965E) is unknown color: approx Avocado. HEX triplet: 94, 96 and 5E. RGB value is (148,150,94). Sum of RGB (Red+Green+Blue) = 148+150+94=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #94965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94965E is #6B69A1. Grayscale: #8F8F8F. Windows color (decimal): -7039394 or 6198932. OLE color: 6198932.

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

Color convert

RGB14815094-
CMYK0.0100.370.41
HSL62.14º22.95%47.84%-
HSV(B)62.14º37.33%58.82%-
XYZ25.1428.9214.85-
YUV143.02100.34131.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=37.76%
G=38.27%
B=23.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150940.0100.370.4162.1422.9547.84
Hex94965E1025293e1730
Octal224226136104551762760
Binary100101001001011010111101010010110100111111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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