#94966D

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

Shades of Avocado #94966D

Tints of Avocado #94966D

Color information

#94966D (or 0x94966D) is unknown color: approx Avocado. HEX triplet: 94, 96 and 6D. RGB value is (148,150,109). Sum of RGB (Red+Green+Blue) = 148+150+109=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #94966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966D is #6B6992. Grayscale: #909090. Windows color (decimal): -7039379 or 7181972. OLE color: 7181972.

HSL color Cylindrical-coordinate representation of color #94966D: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94966D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB148150109-
CMYK0.0100.270.41
HSL62.93º16.33%50.78%-
HSV(B)62.93º27.33%58.82%-
XYZ25.8829.2118.74-
YUV144.73107.84130.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=36.36%
G=36.86%
B=26.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481501090.0100.270.4162.9316.3350.78
Hex94966D101B293f1033
Octal224226155103351772063
Binary10010100100101101101101101101110100111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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