#94986D

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

Shades of Avocado #94986D

Tints of Avocado #94986D

Color information

#94986D (or 0x94986D) is unknown color: approx Avocado. HEX triplet: 94, 98 and 6D. RGB value is (148,152,109). Sum of RGB (Red+Green+Blue) = 148+152+109=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #94986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94986D is #6B6792. Grayscale: #929292. Windows color (decimal): -7038867 or 7182484. OLE color: 7182484.

HSL color Cylindrical-coordinate representation of color #94986D: hue angle of 65.58º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94986D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB148152109-
CMYK0.0300.280.40
HSL65.58º17.27%51.18%-
HSV(B)65.58º28.29%59.61%-
XYZ26.229.8618.85-
YUV145.9107.17129.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=36.19%
G=37.16%
B=26.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521090.0300.280.4065.5817.2751.18
Hex94986D301C28421133
Octal2242301553034501022163
Binary1001010010011000110110111011100101000100001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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