#929766

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

Shades of Avocado #929766

Tints of Avocado #929766

Color information

#929766 (or 0x929766) is unknown color: approx Avocado. HEX triplet: 92, 97 and 66. RGB value is (146,151,102). Sum of RGB (Red+Green+Blue) = 146+151+102=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #929766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929766 is #6D6899. Grayscale: #909090. Windows color (decimal): -7170202 or 6723474. OLE color: 6723474.

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

Color convert

RGB146151102-
CMYK0.0300.320.41
HSL66.12º19.37%49.61%-
HSV(B)66.12º32.45%59.22%-
XYZ25.3229.216.87-
YUV143.92104.34129.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=36.59%
G=37.84%
B=25.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511020.0300.320.4166.1219.3749.61
Hex929766302029421332
Octal2222271463040511022362
Binary10010010100101111100110110100000101001100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929766; }

 p { color: rgb(146,151,102); }

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

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

 a { background-color: rgb(146,151,102); }

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

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

 span { border-color: rgb(146,151,102); }

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