#959155

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

Shades of Avocado #959155

Tints of Avocado #959155

Color information

#959155 (or 0x959155) is unknown color: approx Avocado. HEX triplet: 95, 91 and 55. RGB value is (149,145,85). Sum of RGB (Red+Green+Blue) = 149+145+85=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959155 is #6A6EAA. Grayscale: #8B8B8B. Windows color (decimal): -6975147 or 5607829. OLE color: 5607829.

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

Color convert

RGB14914585-
CMYK00.030.430.42
HSL56.25º27.35%45.88%-
HSV(B)56.25º42.95%58.43%-
XYZ24.1627.312.59-
YUV139.3697.33134.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=39.31%
G=38.26%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491458500.030.430.4256.2527.3545.88
Hex959155032B2A381b2e
Octal225221125035352703356
Binary1001010110010001101010101110101110101011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959155; }

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

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

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

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

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

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

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

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