#949455

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

Shades of Avocado #949455

Tints of Avocado #949455

Color information

#949455 (or 0x949455) is unknown color: approx Avocado. HEX triplet: 94, 94 and 55. RGB value is (148,148,85). Sum of RGB (Red+Green+Blue) = 148+148+85=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949455 is #6B6BAA. Grayscale: #8D8D8D. Windows color (decimal): -7039915 or 5608596. OLE color: 5608596.

HSL color Cylindrical-coordinate representation of color #949455: hue angle of 60º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949455 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14814885-
CMYK000.430.42
HSL60º27.04%45.69%-
HSV(B)60º42.57%58.04%-
XYZ24.4428.1312.74-
YUV140.8296.5133.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=38.85%
G=38.85%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814885000.430.426027.0445.69
Hex949455002B2A3c1b2e
Octal224224125005352743356
Binary100101001001010010101010010101110101011110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949455; }

 p { color: rgb(148,148,85); }

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

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

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

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

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

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

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