#969855

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

Shades of Avocado #969855

Tints of Avocado #969855

Color information

#969855 (or 0x969855) is unknown color: approx Avocado. HEX triplet: 96, 98 and 55. RGB value is (150,152,85). Sum of RGB (Red+Green+Blue) = 150+152+85=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #969855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969855 is #6967AA. Grayscale: #909090. Windows color (decimal): -6907819 or 5609622. OLE color: 5609622.

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

Color convert

RGB15015285-
CMYK0.0100.440.40
HSL61.79º28.27%46.47%-
HSV(B)61.79º44.08%59.61%-
XYZ25.4529.612.97-
YUV143.7694.84132.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=38.76%
G=39.28%
B=21.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152850.0100.440.4061.7928.2746.47
Hex969855102C283e1c2e
Octal226230125105450763456
Binary100101101001100010101011010110010100011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969855; }

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

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

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

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

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

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

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

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