#949255

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

Shades of Avocado #949255

Tints of Avocado #949255

Color information

#949255 (or 0x949255) is unknown color: approx Avocado. HEX triplet: 94, 92 and 55. RGB value is (148,146,85). Sum of RGB (Red+Green+Blue) = 148+146+85=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #949255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949255 is #6B6DAA. Grayscale: #8B8B8B. Windows color (decimal): -7040427 or 5608084. OLE color: 5608084.

HSL color Cylindrical-coordinate representation of color #949255: hue angle of 58.1º 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 #949255 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14814685-
CMYK00.010.430.42
HSL58.1º27.04%45.69%-
HSV(B)58.1º42.57%58.04%-
XYZ24.1327.5112.63-
YUV139.6497.16133.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=39.05%
G=38.52%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481468500.010.430.4258.127.0445.69
Hex949255012B2A3a1b2e
Octal224222125015352723356
Binary100101001001001010101010110101110101011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949255; }

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

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

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

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

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

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

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

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