#949155

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

Shades of Avocado #949155

Tints of Avocado #949155

Color information

#949155 (or 0x949155) is unknown color: approx Avocado. HEX triplet: 94, 91 and 55. RGB value is (148,145,85). Sum of RGB (Red+Green+Blue) = 148+145+85=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #949155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949155 is #6B6EAA. Grayscale: #8B8B8B. Windows color (decimal): -7040683 or 5607828. OLE color: 5607828.

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

Color convert

RGB14814585-
CMYK00.020.430.42
HSL57.14º27.04%45.69%-
HSV(B)57.14º42.57%58.04%-
XYZ23.9827.212.58-
YUV139.0697.49134.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=39.15%
G=38.36%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481458500.020.430.4257.1427.0445.69
Hex949155022B2A391b2e
Octal224221125025352713356
Binary1001010010010001101010101010101110101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949155; }

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

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

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

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

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

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

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

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