#969259

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

Shades of Avocado #969259

Tints of Avocado #969259

Color information

#969259 (or 0x969259) is unknown color: approx Avocado. HEX triplet: 96, 92 and 59. RGB value is (150,146,89). Sum of RGB (Red+Green+Blue) = 150+146+89=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #969259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969259 is #696DA6. Grayscale: #8C8C8C. Windows color (decimal): -6909351 or 5870230. OLE color: 5870230.

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

Color convert

RGB15014689-
CMYK00.030.410.41
HSL56.07º25.52%46.86%-
HSV(B)56.07º40.67%58.82%-
XYZ24.6627.7613.51-
YUV140.798.83134.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=38.96%
G=37.92%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501468900.030.410.4156.0725.5246.86
Hex969259032929381a2f
Octal226222131035151703257
Binary1001011010010010101100101110100110100111100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969259; }

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

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

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

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

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

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

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

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