#959855

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

Shades of Avocado #959855

Tints of Avocado #959855

Color information

#959855 (or 0x959855) is unknown color: approx Avocado. HEX triplet: 95, 98 and 55. RGB value is (149,152,85). Sum of RGB (Red+Green+Blue) = 149+152+85=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #959855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959855 is #6A67AA. Grayscale: #8F8F8F. Windows color (decimal): -6973355 or 5609621. OLE color: 5609621.

HSL color Cylindrical-coordinate representation of color #959855: hue angle of 62.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959855 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB14915285-
CMYK0.0200.440.40
HSL62.69º28.27%46.47%-
HSV(B)62.69º44.08%59.61%-
XYZ25.2629.512.96-
YUV143.4695.01131.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=38.60%
G=39.38%
B=22.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152850.0200.440.4062.6928.2746.47
Hex959855202C283f1c2e
Octal225230125205450773456
Binary1001010110011000101010110010110010100011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959855; }

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

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

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

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

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

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

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

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