#969255

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

Shades of Avocado #969255

Tints of Avocado #969255

Color information

#969255 (or 0x969255) is unknown color: approx Avocado. HEX triplet: 96, 92 and 55. RGB value is (150,146,85). Sum of RGB (Red+Green+Blue) = 150+146+85=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #969255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969255 is #696DAA. Grayscale: #8C8C8C. Windows color (decimal): -6909355 or 5608086. OLE color: 5608086.

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

Color convert

RGB15014685-
CMYK00.030.430.41
HSL56.31º27.66%46.08%-
HSV(B)56.31º43.33%58.82%-
XYZ24.527.712.65-
YUV140.2496.83134.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=39.37%
G=38.32%
B=22.31%

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
Decimal1501468500.030.430.4156.3127.6646.08
Hex969255032B29381c2e
Octal226222125035351703456
Binary1001011010010010101010101110101110100111100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969255; }

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

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

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

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

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

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

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

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