#959454

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

Shades of Avocado #959454

Tints of Avocado #959454

Color information

#959454 (or 0x959454) is unknown color: approx Avocado. HEX triplet: 95, 94 and 54. RGB value is (149,148,84). Sum of RGB (Red+Green+Blue) = 149+148+84=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959454 is #6A6BAB. Grayscale: #8D8D8D. Windows color (decimal): -6974380 or 5543061. OLE color: 5543061.

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

Color convert

RGB14914884-
CMYK00.010.440.42
HSL59.08º27.9%45.69%-
HSV(B)59.08º43.62%58.43%-
XYZ24.5828.2112.54-
YUV14195.83133.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=39.11%
G=38.85%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491488400.010.440.4259.0827.945.69
Hex959454012C2A3b1c2e
Octal225224124015452733456
Binary100101011001010010101000110110010101011101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959454; }

 p { color: rgb(149,148,84); }

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

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

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

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

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

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

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