#94966E

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

Shades of Avocado #94966E

Tints of Avocado #94966E

Color information

#94966E (or 0x94966E) is unknown color: approx Avocado. HEX triplet: 94, 96 and 6E. RGB value is (148,150,110). Sum of RGB (Red+Green+Blue) = 148+150+110=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #94966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966E is #6B6991. Grayscale: #919191. Windows color (decimal): -7039378 or 7247508. OLE color: 7247508.

HSL color Cylindrical-coordinate representation of color #94966E: hue angle of 63º 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 #94966E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB148150110-
CMYK0.0100.270.41
HSL63º16%50.98%-
HSV(B)63º26.67%58.82%-
XYZ25.9329.2319.03-
YUV144.84108.34130.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=36.27%
G=36.76%
B=26.96%

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
Decimal1481501100.0100.270.41631650.98
Hex94966E101B293f1033
Octal224226156103351772063
Binary10010100100101101101110101101110100111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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