#91965C

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

Shades of Avocado #91965C

Tints of Avocado #91965C

Color information

#91965C (or 0x91965C) is unknown color: approx Avocado. HEX triplet: 91, 96 and 5C. RGB value is (145,150,92). Sum of RGB (Red+Green+Blue) = 145+150+92=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #91965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91965C is #6E69A3. Grayscale: #8E8E8E. Windows color (decimal): -7236004 or 6067857. OLE color: 6067857.

HSL color Cylindrical-coordinate representation of color #91965C: hue angle of 65.17º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91965C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB14515092-
CMYK0.0300.390.41
HSL65.17º23.97%47.45%-
HSV(B)65.17º38.67%58.82%-
XYZ24.5228.6114.35-
YUV141.8999.84130.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=37.47%
G=38.76%
B=23.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145150920.0300.390.4165.1723.9747.45
Hex91965C30272941182f
Octal2212261343047511013057
Binary10010001100101101011100110100111101001100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91965C; }

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

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

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

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

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

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

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

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