#919260

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

Shades of Avocado #919260

Tints of Avocado #919260

Color information

#919260 (or 0x919260) is unknown color: approx Avocado. HEX triplet: 91, 92 and 60. RGB value is (145,146,96). Sum of RGB (Red+Green+Blue) = 145+146+96=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #919260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919260 is #6E6D9F. Grayscale: #8C8C8C. Windows color (decimal): -7237024 or 6328977. OLE color: 6328977.

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

Color convert

RGB14514696-
CMYK0.0100.340.43
HSL61.2º20.66%47.45%-
HSV(B)61.2º34.25%57.25%-
XYZ24.0727.4215.09-
YUV140103.17131.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=37.47%
G=37.73%
B=24.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145146960.0100.340.4361.220.6647.45
Hex91926010222B3d152f
Octal221222140104253752557
Binary100100011001001011000001010001010101111110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919260; }

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

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

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

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

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

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

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

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