#94996A

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

Shades of Avocado #94996A

Tints of Avocado #94996A

Color information

#94996A (or 0x94996A) is unknown color: approx Avocado. HEX triplet: 94, 99 and 6A. RGB value is (148,153,106). Sum of RGB (Red+Green+Blue) = 148+153+106=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #94996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94996A is #6B6695. Grayscale: #929292. Windows color (decimal): -7038614 or 6986132. OLE color: 6986132.

HSL color Cylindrical-coordinate representation of color #94996A: hue angle of 66.38º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94996A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB148153106-
CMYK0.0300.310.4
HSL66.38º18.73%50.78%-
HSV(B)66.38º30.72%60%-
XYZ26.2130.1218.07-
YUV146.15105.34129.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=36.36%
G=37.59%
B=26.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531060.0300.310.466.3818.7350.78
Hex94996A301F28421333
Octal2242311523037501022363
Binary1001010010011001110101011011111101000100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,153,106); }

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

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

 a { background-color: rgb(148,153,106); }

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

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

 span { border-color: rgb(148,153,106); }

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