#969554

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

Shades of Avocado #969554

Tints of Avocado #969554

Color information

#969554 (or 0x969554) is unknown color: approx Avocado. HEX triplet: 96, 95 and 54. RGB value is (150,149,84). Sum of RGB (Red+Green+Blue) = 150+149+84=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #969554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969554 is #696AAB. Grayscale: #8E8E8E. Windows color (decimal): -6908588 or 5543318. OLE color: 5543318.

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

Color convert

RGB15014984-
CMYK00.010.440.41
HSL59.09º28.21%45.88%-
HSV(B)59.09º44%58.82%-
XYZ24.9328.6212.6-
YUV141.8995.33133.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=39.16%
G=38.90%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501498400.010.440.4159.0928.2145.88
Hex969554012C293b1c2e
Octal226225124015451733456
Binary100101101001010110101000110110010100111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969554; }

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

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

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

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

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

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

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

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