#91996A

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

Shades of Avocado #91996A

Tints of Avocado #91996A

Color information

#91996A (or 0x91996A) is unknown color: approx Avocado. HEX triplet: 91, 99 and 6A. RGB value is (145,153,106). Sum of RGB (Red+Green+Blue) = 145+153+106=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #91996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91996A is #6E6695. Grayscale: #919191. Windows color (decimal): -7235222 or 6986129. OLE color: 6986129.

HSL color Cylindrical-coordinate representation of color #91996A: hue angle of 70.21º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91996A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB145153106-
CMYK0.0500.310.4
HSL70.21º18.73%50.78%-
HSV(B)70.21º30.72%60%-
XYZ25.6729.8418.04-
YUV145.25105.85127.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=35.89%
G=37.87%
B=26.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531060.0500.310.470.2118.7350.78
Hex91996A501F28461333
Octal2212311525037501062363
Binary10010001100110011101010101011111101000100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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