#91966A

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

Shades of Avocado #91966A

Tints of Avocado #91966A

Color information

#91966A (or 0x91966A) is unknown color: approx Avocado. HEX triplet: 91, 96 and 6A. RGB value is (145,150,106). Sum of RGB (Red+Green+Blue) = 145+150+106=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #91966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91966A is #6E6995. Grayscale: #8F8F8F. Windows color (decimal): -7235990 or 6985361. OLE color: 6985361.

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

Color convert

RGB145150106-
CMYK0.0300.290.41
HSL66.82º17.32%50.2%-
HSV(B)66.82º29.33%58.82%-
XYZ25.1828.8717.88-
YUV143.49106.84129.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=36.16%
G=37.41%
B=26.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501060.0300.290.4166.8217.3250.2
Hex91966A301D29431132
Octal2212261523035511032162
Binary1001000110010110110101011011101101001100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91966A; }

 p { color: rgb(145,150,106); }

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

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

 a { background-color: rgb(145,150,106); }

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

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

 span { border-color: rgb(145,150,106); }

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