#919259

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

Shades of Avocado #919259

Tints of Avocado #919259

Color information

#919259 (or 0x919259) is unknown color: approx Avocado. HEX triplet: 91, 92 and 59. RGB value is (145,146,89). Sum of RGB (Red+Green+Blue) = 145+146+89=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #919259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919259 is #6E6DA6. Grayscale: #8B8B8B. Windows color (decimal): -7237031 or 5870225. OLE color: 5870225.

HSL color Cylindrical-coordinate representation of color #919259: hue angle of 61.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919259 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14514689-
CMYK0.0100.390.43
HSL61.05º24.26%46.08%-
HSV(B)61.05º39.04%57.25%-
XYZ23.7627.313.47-
YUV139.299.67132.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=38.16%
G=38.42%
B=23.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145146890.0100.390.4361.0524.2646.08
Hex91925910272B3d182e
Octal221222131104753753056
Binary100100011001001010110011010011110101111110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919259; }

 p { color: rgb(145,146,89); }

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

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

 a { background-color: rgb(145,146,89); }

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

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

 span { border-color: rgb(145,146,89); }

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