#969854

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

Shades of Avocado #969854

Tints of Avocado #969854

Color information

#969854 (or 0x969854) is unknown color: approx Avocado. HEX triplet: 96, 98 and 54. RGB value is (150,152,84). Sum of RGB (Red+Green+Blue) = 150+152+84=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #969854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969854 is #6967AB. Grayscale: #8F8F8F. Windows color (decimal): -6907820 or 5544086. OLE color: 5544086.

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

Color convert

RGB15015284-
CMYK0.0100.450.40
HSL61.76º28.81%46.27%-
HSV(B)61.76º44.74%59.61%-
XYZ25.4129.5812.76-
YUV143.6594.34132.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=38.86%
G=39.38%
B=21.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152840.0100.450.4061.7628.8146.27
Hex969854102D283e1d2e
Octal226230124105550763556
Binary100101101001100010101001010110110100011111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969854; }

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

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

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

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

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

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

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

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