#959558

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

Shades of Avocado #959558

Tints of Avocado #959558

Color information

#959558 (or 0x959558) is unknown color: approx Avocado. HEX triplet: 95, 95 and 58. RGB value is (149,149,88). Sum of RGB (Red+Green+Blue) = 149+149+88=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959558 is #6A6AA7. Grayscale: #8E8E8E. Windows color (decimal): -6974120 or 5805461. OLE color: 5805461.

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

Color convert

RGB14914988-
CMYK000.410.42
HSL60º25.74%46.47%-
HSV(B)60º40.94%58.43%-
XYZ24.928.5913.44-
YUV142.0597.5132.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=38.60%
G=38.60%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914988000.410.426025.7446.47
Hex95955800292A3c1a2e
Octal225225130005152743256
Binary100101011001010110110000010100110101011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959558; }

 p { color: rgb(149,149,88); }

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

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

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

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

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

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

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