#949560

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

Shades of Avocado #949560

Tints of Avocado #949560

Color information

#949560 (or 0x949560) is unknown color: approx Avocado. HEX triplet: 94, 95 and 60. RGB value is (148,149,96). Sum of RGB (Red+Green+Blue) = 148+149+96=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #949560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949560 is #6B6A9F. Grayscale: #8E8E8E. Windows color (decimal): -7039648 or 6329748. OLE color: 6329748.

HSL color Cylindrical-coordinate representation of color #949560: hue angle of 61.13º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949560 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14814996-
CMYK0.0100.360.42
HSL61.13º21.63%48.04%-
HSV(B)61.13º35.57%58.43%-
XYZ25.0728.6415.27-
YUV142.66101.67131.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=37.66%
G=37.91%
B=24.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149960.0100.360.4261.1321.6348.04
Hex94956010242A3d1630
Octal224225140104452752660
Binary100101001001010111000001010010010101011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949560; }

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

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

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

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

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

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

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

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