#94956C

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

Shades of Avocado #94956C

Tints of Avocado #94956C

Color information

#94956C (or 0x94956C) is unknown color: approx Avocado. HEX triplet: 94, 95 and 6C. RGB value is (148,149,108). Sum of RGB (Red+Green+Blue) = 148+149+108=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #94956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94956C is #6B6A93. Grayscale: #909090. Windows color (decimal): -7039636 or 7116180. OLE color: 7116180.

HSL color Cylindrical-coordinate representation of color #94956C: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94956C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148149108-
CMYK0.0100.280.42
HSL61.46º16.21%50.39%-
HSV(B)61.46º27.52%58.43%-
XYZ25.6728.8718.41-
YUV144.03107.67130.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=36.54%
G=36.79%
B=26.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491080.0100.280.4261.4616.2150.39
Hex94956C101C2A3d1032
Octal224225154103452752062
Binary10010100100101011101100101110010101011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94956C; }

 p { color: rgb(148,149,108); }

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

<style>
 a { background-color: #94956C; }

 a { background-color: rgb(148,149,108); }

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

<style>
 span { border-color: #94956C; }

 span { border-color: rgb(148,149,108); }

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