#94996B

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

Shades of Avocado #94996B

Tints of Avocado #94996B

Color information

#94996B (or 0x94996B) is unknown color: approx Avocado. HEX triplet: 94, 99 and 6B. RGB value is (148,153,107). Sum of RGB (Red+Green+Blue) = 148+153+107=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #94996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94996B is #6B6694. Grayscale: #929292. Windows color (decimal): -7038613 or 7051668. OLE color: 7051668.

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

Color convert

RGB148153107-
CMYK0.0300.300.4
HSL66.52º18.4%50.98%-
HSV(B)66.52º30.07%60%-
XYZ26.2630.1418.34-
YUV146.26105.84129.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=36.27%
G=37.5%
B=26.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531070.0300.300.466.5218.450.98
Hex94996B301E28431233
Octal2242311533036501032263
Binary1001010010011001110101111011110101000100001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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