#969856

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

Shades of Avocado #969856

Tints of Avocado #969856

Color information

#969856 (or 0x969856) is unknown color: approx Avocado. HEX triplet: 96, 98 and 56. RGB value is (150,152,86). Sum of RGB (Red+Green+Blue) = 150+152+86=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #969856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969856 is #6967A9. Grayscale: #909090. Windows color (decimal): -6907818 or 5675158. OLE color: 5675158.

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

Color convert

RGB15015286-
CMYK0.0100.430.40
HSL61.82º27.73%46.67%-
HSV(B)61.82º43.42%59.61%-
XYZ25.4929.6113.18-
YUV143.8895.34132.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=38.66%
G=39.18%
B=22.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152860.0100.430.4061.8227.7346.67
Hex969856102B283e1c2f
Octal226230126105350763457
Binary100101101001100010101101010101110100011111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969856; }

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

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

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

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

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

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

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

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