#969256

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

Shades of Avocado #969256

Tints of Avocado #969256

Color information

#969256 (or 0x969256) is unknown color: approx Avocado. HEX triplet: 96, 92 and 56. RGB value is (150,146,86). Sum of RGB (Red+Green+Blue) = 150+146+86=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #969256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969256 is #696DA9. Grayscale: #8C8C8C. Windows color (decimal): -6909354 or 5673622. OLE color: 5673622.

HSL color Cylindrical-coordinate representation of color #969256: hue angle of 56.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #969256 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15014686-
CMYK00.030.430.41
HSL56.25º27.12%46.27%-
HSV(B)56.25º42.67%58.82%-
XYZ24.5427.7112.86-
YUV140.3697.33134.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=39.27%
G=38.22%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501468600.030.430.4156.2527.1246.27
Hex969256032B29381b2e
Octal226222126035351703356
Binary1001011010010010101011001110101110100111100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969256; }

 p { color: rgb(150,146,86); }

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

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

 a { background-color: rgb(150,146,86); }

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

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

 span { border-color: rgb(150,146,86); }

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